ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class : geomDespeckle Method |
This method reduces the speckle index of an image by sending the image through a geometric filter, which uses the complementary hulling technique.
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.
public static void geomDespeckle( ImGearRasterPage page, int iterations ) |
This method reduces the speckle index of an image by sending the image through a geometric filter, which uses the complementary hulling technique.
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.