com.aspose.barcoderecognition.imaging
Class ConservativeSmoothingImageFilter

java.lang.Object
  extended by com.aspose.barcoderecognition.imaging.ConservativeSmoothingImageFilter
All Implemented Interfaces:
IBinarizedBitmapFilter

public class ConservativeSmoothingImageFilter
extends Object
implements IBinarizedBitmapFilter

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

ConservativeSmoothingImageFilter

public ConservativeSmoothingImageFilter()

Initializes a new instance of the ConservativeSmoothingImageFilter class.

Method Detail

apply

public BinarizedBitmap apply(BinarizedBitmap image)

Applies Conservative Smoothing Filter to the specified image.

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


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