ZebraExtendUnion

Inheritance: java.lang.Object

public class ZebraExtendUnion

Constructors

Constructor Description
ZebraExtendUnion()

Methods

Method Description
addAllSegmentsListsToSingleList(List<List> aLists) Merge split zebra segments list of lists.
equals(Object arg0)
extendZebraSegments(List aSegmentsList, IExtendZebraProcessor aExtendProcessor, IClusterZebraProcessor aClusterProcessor, ByteBitmap aBitmap) Extends scanned with ScanRectangle.ScanAngle directions unions with gradient detected angle
extendZebraSegmentsFromUnion(ZebraUnion aUnion, IExtendZebraProcessor aProcessor, ByteBitmap aBitmap) Extends scanned with ScanRectangle.ScanAngle directions union with gradient detected angle
extendZebraSegmentsFromUnionList(List aUnions, IExtendZebraProcessor aProcessor, ByteBitmap aBitmap) Extends scanned with ScanRectangle.ScanAngle directions unions with gradient detected angle
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ZebraExtendUnion()

public ZebraExtendUnion()

addAllSegmentsListsToSingleList(List<List> aLists)

public static List<ZebraSegment> addAllSegmentsListsToSingleList(List<List<ZebraSegment>> aLists)

Merge split zebra segments list of lists. All of the list is extended ZebraSegments with gradient detected angle

Parameters:

Parameter Type Description
aLists java.util.List<java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment» list of extended ZebraSegment for every union

Returns: List - united list

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

extendZebraSegments(List aSegmentsList, IExtendZebraProcessor aExtendProcessor, IClusterZebraProcessor aClusterProcessor, ByteBitmap aBitmap)

public static List<ZebraUnion> extendZebraSegments(List<ZebraSegment> aSegmentsList, IExtendZebraProcessor aExtendProcessor, IClusterZebraProcessor aClusterProcessor, ByteBitmap aBitmap)

Extends scanned with ScanRectangle.ScanAngle directions unions with gradient detected angle

Parameters:

Parameter Type Description
aSegmentsList java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment>
aExtendProcessor IExtendZebraProcessor
aClusterProcessor IClusterZebraProcessor
aBitmap ByteBitmap bitmap to scan

Returns: List - extended by gradient detected angle unions list

extendZebraSegmentsFromUnion(ZebraUnion aUnion, IExtendZebraProcessor aProcessor, ByteBitmap aBitmap)

public static List<ZebraSegment> extendZebraSegmentsFromUnion(ZebraUnion aUnion, IExtendZebraProcessor aProcessor, ByteBitmap aBitmap)

Extends scanned with ScanRectangle.ScanAngle directions union with gradient detected angle

Parameters:

Parameter Type Description
aUnion ZebraUnion union scanned with ScanRectangle.ScanAngle directions
aProcessor IExtendZebraProcessor extending processor with symbology defined params
aBitmap ByteBitmap processing bitmap

Returns: List - extended by gradient detected angle zebra segments

extendZebraSegmentsFromUnionList(List aUnions, IExtendZebraProcessor aProcessor, ByteBitmap aBitmap)

public static List<ZebraSegment> extendZebraSegmentsFromUnionList(List<ZebraUnion> aUnions, IExtendZebraProcessor aProcessor, ByteBitmap aBitmap)

Extends scanned with ScanRectangle.ScanAngle directions unions with gradient detected angle

Parameters:

Parameter Type Description
aUnions java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraUnion> unions scanned with ScanRectangle.ScanAngle directions
aProcessor IExtendZebraProcessor extending processor with symbology defined params
aBitmap ByteBitmap processing bitmap

Returns: List - extended by gradient detected angle united zebra segments list (must be clustered)

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