com.aspose.barcoderecognition
Class ImageBinarization

java.lang.Object
  extended by com.aspose.ms.System.Enum
      extended by com.aspose.barcoderecognition.ImageBinarization

Image binarization hints.


Field Summary
static int Grayscale
          
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Grayscale

public static final int Grayscale

Grayscale.

See Also:
Constant Field Values

HLS

public static final int HLS

HLS.

See Also:
Constant Field Values

MedianSmoothing

public static final int MedianSmoothing

Median smoothing.

See Also:
Constant Field Values

None

public static final int None

Default value used.

See Also:
Constant Field Values