ImageGear for Java
geomDespeckle Method
An com.accusoft.imagegear.core.ImGearRasterPage class object on which algorithm will be performed.
Number of iterations to apply the despeckle filter.

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.

Reduces speckle noise from an image by using the Crimmins algorithm.
Syntax
public static void geomDespeckle( 
   ImGearRasterPage page,
   int iterations
)

Parameters

page
An com.accusoft.imagegear.core.ImGearRasterPage class object on which algorithm will be performed.
iterations
Number of iterations to apply the despeckle filter.

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.

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback