ImageGear23.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class : GeomDespeckle(ImGearRasterPage,Int32) Method |
'Declaration Public Shared Sub GeomDespeckle( _ ByVal page As ImGearRasterPage, _ ByVal iterations As Integer _ )
'Usage Dim page As ImGearRasterPage Dim iterations As Integer ImGearRasterProcessing.GeomDespeckle(page, iterations)
public static void GeomDespeckle( ImGearRasterPage page, int iterations )
public: static void GeomDespeckle( ImGearRasterPage* page, int iterations )
public: static void GeomDespeckle( ImGearRasterPage^ page, int iterations )
The method has the effect of reducing the undesired speckle noise while preserving the edges of the original image.
Can be applied only to 8bit grayscale images with one channel.