|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcoderecognition.imaging.BinarizedBitmap
public final class BinarizedBitmap
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 |
---|
public BinarizedBitmap(BufferedImage _originalBitmp, Rectangle section)
Method Detail |
---|
public int getHeight()
Gets the height.
Value: The height.
public int getWidth()
Gets the width.
Value: The width.
public byte[] getImageData()
Gets or sets the image data.
Value: The image data.
public long[] getHistogram()
Gets the histogram.
Value: The histogram.
public void save(String filename)
Saves the iamge using the specified filename.
filename
- The filename.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |