|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcoderecognition.imaging.ConservativeSmoothingImageFilter
public class ConservativeSmoothingImageFilter
The Conservative Smoothing ImageFilter
Constructor Summary | |
---|---|
ConservativeSmoothingImageFilter()
Initializes a new instance of the ConservativeSmoothingImageFilter class. |
Method Summary | |
---|---|
BinarizedBitmap |
apply(BinarizedBitmap image)
Applies Conservative Smoothing Filter to the specified image. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConservativeSmoothingImageFilter()
Initializes a new instance of the ConservativeSmoothingImageFilter
class.
Method Detail |
---|
public BinarizedBitmap apply(BinarizedBitmap image)
Applies Conservative Smoothing Filter to the specified image.
apply
in interface IBinarizedBitmapFilter
image
- The input image.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |