BlackGrowsCellsConverter

Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.recognition.datamatrix.oldalgorithm.cells.converters.CellsConverter

public class BlackGrowsCellsConverter extends CellsConverter

Class for converting the cell to byte color value, using algorithms for matrix with black growth.

Constructors

Constructor Description
BlackGrowsCellsConverter()

Methods

Method Description
columnsAndRowsToBits(ByteBitmap byteBitmap, int dimensionX, int dimensionY, int separatrix, Int32List cols, Int32List rows, boolean rotated180, int moduleX, int moduleY) Initialize bits by columns and rows coordinates
equals(Object arg0)
execute(ModelHolder modelHolder) Exctracts bits from cells
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BlackGrowsCellsConverter()

public BlackGrowsCellsConverter()

columnsAndRowsToBits(ByteBitmap byteBitmap, int dimensionX, int dimensionY, int separatrix, Int32List cols, Int32List rows, boolean rotated180, int moduleX, int moduleY)

public final SpikedBits columnsAndRowsToBits(ByteBitmap byteBitmap, int dimensionX, int dimensionY, int separatrix, Int32List cols, Int32List rows, boolean rotated180, int moduleX, int moduleY)

Initialize bits by columns and rows coordinates

Parameters:

Parameter Type Description
byteBitmap ByteBitmap A bytebitmap
dimensionX int X-dimension
dimensionY int Y-dimension
separatrix int A separatrix
cols Int32List Columms
rows Int32List Rows
rotated180 boolean Is datamatrix rotated on 180 degrees
moduleX int Module x
moduleY int Module y

Returns: SpikedBits - A matrix of bits (SpikedBits)

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)

Exctracts bits from cells

Parameters:

Parameter Type Description
modelHolder ModelHolder Model holder

Returns: boolean - Is succesfully got a result

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