com.aspose.barcoderecognition.imaging
Class BinarizedBitmap

java.lang.Object
  extended by com.aspose.barcoderecognition.imaging.BinarizedBitmap

public final class BinarizedBitmap
extends Object

The Binarized Bitmap class.Using by BarCodeReader.


Constructor Summary
BinarizedBitmap(BufferedImage _originalBitmp, Rectangle section)
           
 
Method Summary
 int getHeight()
           Gets the height.
 long[] getHistogram()
           Gets the histogram.
 byte[] getImageData()
           Gets or sets the image data.
 int getWidth()
           Gets the width.
 void save(String filename)
           Saves the iamge using the specified filename.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinarizedBitmap

public BinarizedBitmap(BufferedImage _originalBitmp,
                       Rectangle section)
Method Detail

getHeight

public int getHeight()

Gets the height.

Value: The height.


getWidth

public int getWidth()

Gets the width.

Value: The width.


getImageData

public byte[] getImageData()

Gets or sets the image data.

Value: The image data.


getHistogram

public long[] getHistogram()

Gets the histogram.

Value: The histogram.


save

public void save(String filename)

Saves the iamge using the specified filename.

Parameters:
filename - The filename.


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