com.aspose.barcoderecognition.imaging
Class NeatImageFilter

java.lang.Object
  extended by com.aspose.barcoderecognition.imaging.NeatImageFilter
All Implemented Interfaces:
IBitmapFilter

public class NeatImageFilter
extends Object
implements IBitmapFilter


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

NeatImageFilter

public NeatImageFilter()

Initializes a new instance of the NeatImageFilter class using default strength=2.


NeatImageFilter

public NeatImageFilter(int strength)

Initializes a new instance of the NeatImageFilter class.

Parameters:
strength - The strength.
Method Detail

apply

public BufferedImage apply(BufferedImage image)

Applies Median Smoothing filter to the specified image.

Specified by:
apply in interface IBitmapFilter
Parameters:
image - The image.
Returns:

apply

public BufferedImage apply(BufferedImage image,
                           Rectangle area)
Specified by:
apply in interface IBitmapFilter


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.