public final class BinarizedBitmap extends Object
The Binarized Bitmap class is obsolete and will be removed in version 5.9. Use Bitmap class instead.
Constructor and Description |
---|
BinarizedBitmap(BufferedImage _originalBitmp,
Rectangle section)
Initializes a new instance of the
BinarizedBitmap class. |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the height.
|
long[] |
getHistogram()
Gets the histogram.
|
byte[] |
getImageData()
Gets or sets the image data.
|
com.aspose.ms.System.Drawing.Bitmap |
getOriginalBitmap()
Gets the image
|
int |
getWidth()
Gets the width.
|
public BinarizedBitmap(BufferedImage _originalBitmp, Rectangle section)
Initializes a new instance of the BinarizedBitmap
class.
_originalBitmp
- The original bitmp.section
- The section.public int getHeight()
Gets the height.
Value: The height.public int getWidth()
Gets the width.
Value: The width.public com.aspose.ms.System.Drawing.Bitmap getOriginalBitmap()
Gets the image
Value: The image.public byte[] getImageData()
Gets or sets the image data.
Value: The image data.public long[] getHistogram()
Gets the histogram.
Value: The histogram.Copyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.