public class ConservativeSmoothingImageFilter extends java.lang.Object implements IBinarizedBitmapFilter
The Conservative Smoothing ImageFilter
Constructor and Description |
---|
ConservativeSmoothingImageFilter()
Initializes a new instance of the
ConservativeSmoothingImageFilter class. |
Modifier and Type | Method and Description |
---|---|
BinarizedBitmap |
apply(BinarizedBitmap image)
Applies Conservative Smoothing Filter to the specified image.
|
public ConservativeSmoothingImageFilter()
Initializes a new instance of the ConservativeSmoothingImageFilter
class.
public BinarizedBitmap apply(BinarizedBitmap image)
Applies Conservative Smoothing Filter to the specified image.
apply
in interface IBinarizedBitmapFilter
image
- The input image.