RegionDetectorDashed

Inheritance: java.lang.Object

public class RegionDetectorDashed

Region detector for dot peen dashed datamatrix

Constructors

Constructor Description
RegionDetectorDashed()

Methods

Method Description
equals(Object arg0)
getClass()
getSpotsList(ByteBitmap binarizedBitmap, byte spotColor, System.Collections.Generic.Dictionary<Integer,Integer>[] areasDictionary, ITerminationCheck aTerminationCheck) Get spots on binarized bitmap.
hashCode()
notify()
notifyAll()
searchRegions(ByteBitmap binarizedBitmap, ITerminationCheck aTerminationCheck) Search datamatrix regions
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RegionDetectorDashed()

public RegionDetectorDashed()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getSpotsList(ByteBitmap binarizedBitmap, byte spotColor, System.Collections.Generic.Dictionary<Integer,Integer>[] areasDictionary, ITerminationCheck aTerminationCheck)

public static List<Spot> getSpotsList(ByteBitmap binarizedBitmap, byte spotColor, System.Collections.Generic.Dictionary<Integer,Integer>[] areasDictionary, ITerminationCheck aTerminationCheck)

Get spots on binarized bitmap.

Parameters:

Parameter Type Description
binarizedBitmap ByteBitmap Binarized bytebitmap
spotColor byte Spot color(0 - black, 255 - white)
areasDictionary com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.Integer,java.lang.Integer>[] key is area/10; value is count of this areas
aTerminationCheck ITerminationCheck

Returns: List - List of spots

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

searchRegions(ByteBitmap binarizedBitmap, ITerminationCheck aTerminationCheck)

public static List<RectangleVertexes> searchRegions(ByteBitmap binarizedBitmap, ITerminationCheck aTerminationCheck)

Search datamatrix regions

Parameters:

Parameter Type Description
binarizedBitmap ByteBitmap Bitmap to serach in
aTerminationCheck ITerminationCheck

Returns: List - Rectangle vertexes

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