ZebraDimensionDetector
Contents
[
Hide
]
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.barcode.barcoderecognition.recognition.datamatrix.oldalgorithm.treealgorithm.IAlgorithm
public class ZebraDimensionDetector implements IAlgorithm
Detector of the dimensions
Constructors
| Constructor | Description |
|---|---|
| ZebraDimensionDetector() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| execute(ModelHolder modelHolder) | Searches dimensions |
| getClass() | |
| hashCode() | |
| locateDimensions(ByteBitmap byteBitmap, RectangleVertexes vertexes, int pixelOffset2Try, float angle, int rectSeparatrix, int[] dimensionX, int[] dimensionY) | Calculate x- and y-dimensions |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ZebraDimensionDetector()
public ZebraDimensionDetector()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
execute(ModelHolder modelHolder)
public final boolean execute(ModelHolder modelHolder)
Searches dimensions
Parameters:
| Parameter | Type | Description |
|---|---|---|
| modelHolder | ModelHolder | Model holder |
Returns: boolean - Is succesfully found dimensions
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
hashCode()
public native int hashCode()
Returns: int
locateDimensions(ByteBitmap byteBitmap, RectangleVertexes vertexes, int pixelOffset2Try, float angle, int rectSeparatrix, int[] dimensionX, int[] dimensionY)
public static void locateDimensions(ByteBitmap byteBitmap, RectangleVertexes vertexes, int pixelOffset2Try, float angle, int rectSeparatrix, int[] dimensionX, int[] dimensionY)
Calculate x- and y-dimensions
Parameters:
| Parameter | Type | Description |
|---|---|---|
| byteBitmap | ByteBitmap | Input bytebitmap |
| vertexes | RectangleVertexes | Vertexes of a rectangle |
| pixelOffset2Try | int | An offset |
| angle | float | Input angle |
| rectSeparatrix | int | A rectangle separatrix |
| dimensionX | int[] | X-dimension |
| dimensionY | int[] | Y-dimension |
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 |