ZebraClusterUnion

Inheritance: java.lang.Object

public class ZebraClusterUnion

Constructors

Constructor Description
ZebraClusterUnion()

Methods

Method Description
clusterZebraSegments(List aSegmentsList, IClusterZebraProcessor aProcessor, ByteBitmap aBitmap, boolean IsSortZebraSegments, boolean isSortZebraUnions) Clusters zebra segments and calculates ZebraUnions params
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ZebraClusterUnion()

public ZebraClusterUnion()

clusterZebraSegments(List aSegmentsList, IClusterZebraProcessor aProcessor, ByteBitmap aBitmap, boolean IsSortZebraSegments, boolean isSortZebraUnions)

public static List<ZebraUnion> clusterZebraSegments(List<ZebraSegment> aSegmentsList, IClusterZebraProcessor aProcessor, ByteBitmap aBitmap, boolean IsSortZebraSegments, boolean isSortZebraUnions)

Clusters zebra segments and calculates ZebraUnions params

Parameters:

Parameter Type Description
aSegmentsList java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment>
aProcessor IClusterZebraProcessor
aBitmap ByteBitmap bitmap for extracting ZebraUnions params
IsSortZebraSegments boolean sort zebra segments, avoid multithreading order problems
isSortZebraUnions boolean sort resulting zebra unions, avoid multithreading order problems

Returns: List - clustered unions with inizalized params

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

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