|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcoderecognition.imaging.NeatImageFilter
public class NeatImageFilter
Constructor Summary | |
---|---|
NeatImageFilter()
Initializes a new instance of the NeatImageFilter class using default strength=2. |
|
NeatImageFilter(int strength)
Initializes a new instance of the NeatImageFilter class. |
Method Summary | |
---|---|
BufferedImage |
apply(BufferedImage image)
Applies Median Smoothing filter to the specified image. |
BufferedImage |
apply(BufferedImage image,
Rectangle area)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NeatImageFilter()
Initializes a new instance of the NeatImageFilter
class using default strength=2.
public NeatImageFilter(int strength)
Initializes a new instance of the NeatImageFilter
class.
strength
- The strength.Method Detail |
---|
public BufferedImage apply(BufferedImage image)
Applies Median Smoothing filter to the specified image.
apply
in interface IBitmapFilter
image
- The image.
public BufferedImage apply(BufferedImage image, Rectangle area)
apply
in interface IBitmapFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |