RectBitmapFunc
Contents
[
Hide
]
Inheritance: java.lang.Object
public class RectBitmapFunc
Constructors
| Constructor | Description |
|---|---|
| RectBitmapFunc() |
Methods
RectBitmapFunc()
public RectBitmapFunc()
createRectBitmap(int aRows, int aCols, double aCellWidth, double aCellHeight, System.Drawing.Size ImageSize)
public static RectBitmap createRectBitmap(int aRows, int aCols, double aCellWidth, double aCellHeight, System.Drawing.Size ImageSize)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aRows | int | |
| aCols | int | |
| aCellWidth | double | |
| aCellHeight | double | |
| ImageSize | com.aspose.ms.System.Drawing.Size |
Returns: RectBitmap
createRectBitmap(int aRows, int aCols, int CellSize, ByteBitmap aImage)
public static RectBitmap createRectBitmap(int aRows, int aCols, int CellSize, ByteBitmap aImage)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aRows | int | |
| aCols | int | |
| CellSize | int | |
| aImage | ByteBitmap |
Returns: RectBitmap
createRectBitmapFromPointFBitmap(PointFBitmap aGrid, double aCellSize, System.Drawing.Size ImageSize)
public static RectBitmap createRectBitmapFromPointFBitmap(PointFBitmap aGrid, double aCellSize, System.Drawing.Size ImageSize)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aGrid | PointFBitmap | |
| aCellSize | double | |
| ImageSize | com.aspose.ms.System.Drawing.Size |
Returns: RectBitmap
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
extractAverageCellsColorFromBitmap(RectBitmap aRectBitmap, ByteBitmap aDataBitmap, int aBorder)
public static ByteBitmap extractAverageCellsColorFromBitmap(RectBitmap aRectBitmap, ByteBitmap aDataBitmap, int aBorder)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aRectBitmap | RectBitmap | |
| aDataBitmap | ByteBitmap | |
| aBorder | int |
Returns: ByteBitmap
extractBitMatrixFromBinarizedCellBitmap(RectBitmap aRectBitmap, ByteBitmap aDataBitmap, int aBorder)
public static ByteBitmap extractBitMatrixFromBinarizedCellBitmap(RectBitmap aRectBitmap, ByteBitmap aDataBitmap, int aBorder)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aRectBitmap | RectBitmap | |
| aDataBitmap | ByteBitmap | |
| aBorder | int |
Returns: ByteBitmap
extractBitMatrixFromBinarizedCellBitmap(RectBitmap aRectBitmap, ByteBitmap aDataBitmap, int aBorder, double aMinBlackDiffToMark)
public static ByteBitmap extractBitMatrixFromBinarizedCellBitmap(RectBitmap aRectBitmap, ByteBitmap aDataBitmap, int aBorder, double aMinBlackDiffToMark)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aRectBitmap | RectBitmap | |
| aDataBitmap | ByteBitmap | |
| aBorder | int | |
| aMinBlackDiffToMark | double |
Returns: ByteBitmap
getAverageValueFromCell(System.Drawing.Rectangle aCell, ByteBitmap aBitmap)
public static float getAverageValueFromCell(System.Drawing.Rectangle aCell, ByteBitmap aBitmap)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aCell | com.aspose.ms.System.Drawing.Rectangle | |
| aBitmap | ByteBitmap |
Returns: float
getBWValueFromCell(System.Drawing.Rectangle aCell, ByteBitmap aBitmap)
public static Tup<Integer,Integer> getBWValueFromCell(System.Drawing.Rectangle aCell, ByteBitmap aBitmap)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aCell | com.aspose.ms.System.Drawing.Rectangle | |
| aBitmap | ByteBitmap |
Returns: Tup
getBorderedAndFitCell(System.Drawing.Rectangle aCell, ByteBitmap aBitmap, int BorderSize)
public static System.Drawing.Rectangle getBorderedAndFitCell(System.Drawing.Rectangle aCell, ByteBitmap aBitmap, int BorderSize)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aCell | com.aspose.ms.System.Drawing.Rectangle | |
| aBitmap | ByteBitmap | |
| BorderSize | int |
Returns: com.aspose.ms.System.Drawing.Rectangle
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |