pdf417TargetDetector

Inheritance: java.lang.Object

public class pdf417TargetDetector

Constructors

Constructor Description
pdf417TargetDetector()

Fields

Field Description
c_StopId

Methods

Method Description
equals(Object arg0)
extractStartUnions(List aUnions) Extracts start targets from list
extractStopUnions(List aUnions) Extracts stop targets from list
getClass()
getExtended3DUnions(ByteBitmap aBitmap, List aSegments, ITerminationCheck aTerminationCheck) Clusters and extends in 3D targets
getExtendedSyntheticUnionsFromHorizontalScan(ByteBitmap aBitmap, List aSegments, ITerminationCheck aTerminationCheck) Clusters and extends rectangular targets
hashCode()
notify()
notifyAll()
pdf417ScanZebraSegments(ByteBitmap aBitmap, boolean isFullScanHorizontal, boolean isDetectAndScanGradient, boolean isDetectGap, ITerminationCheck aTerminationCheck) Detects barcode target segments
pdf417ScanZebraSegments(ByteBitmap aBitmap, boolean isDetectGap, ITerminationCheck aTerminationCheck) Detects barcode target segments
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

pdf417TargetDetector()

public pdf417TargetDetector()

c_StopId

public static final int c_StopId

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

extractStartUnions(List aUnions)

public static System.Collections.Generic.List<ZebraUnion> extractStartUnions(List<ZebraUnion> aUnions)

Extracts start targets from list

Parameters:

Parameter Type Description
aUnions java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraUnion> detected targets

Returns: List - start targets

extractStopUnions(List aUnions)

public static System.Collections.Generic.List<ZebraUnion> extractStopUnions(List<ZebraUnion> aUnions)

Extracts stop targets from list

Parameters:

Parameter Type Description
aUnions java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraUnion> detected targets

Returns: List - stop targets

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getExtended3DUnions(ByteBitmap aBitmap, List aSegments, ITerminationCheck aTerminationCheck)

public static List<ZebraUnion> getExtended3DUnions(ByteBitmap aBitmap, List<ZebraSegment> aSegments, ITerminationCheck aTerminationCheck)

Clusters and extends in 3D targets

Parameters:

Parameter Type Description
aBitmap ByteBitmap recognized bitmap
aSegments java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment> recognized target segments
aTerminationCheck ITerminationCheck termination check

Returns: List - clustered and extended in 3D targets

getExtendedSyntheticUnionsFromHorizontalScan(ByteBitmap aBitmap, List aSegments, ITerminationCheck aTerminationCheck)

public static List<ZebraUnion> getExtendedSyntheticUnionsFromHorizontalScan(ByteBitmap aBitmap, List<ZebraSegment> aSegments, ITerminationCheck aTerminationCheck)

Clusters and extends rectangular targets

Parameters:

Parameter Type Description
aBitmap ByteBitmap recognized bitmap
aSegments java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment> recognized horizontally target segments
aTerminationCheck ITerminationCheck termination check

Returns: List - clustered and extended rectangular targets

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

pdf417ScanZebraSegments(ByteBitmap aBitmap, boolean isFullScanHorizontal, boolean isDetectAndScanGradient, boolean isDetectGap, ITerminationCheck aTerminationCheck)

public static Tup<List<ZebraSegment>,List<ZebraSegment>> pdf417ScanZebraSegments(ByteBitmap aBitmap, boolean isFullScanHorizontal, boolean isDetectAndScanGradient, boolean isDetectGap, ITerminationCheck aTerminationCheck)

Detects barcode target segments

Parameters:

Parameter Type Description
aBitmap ByteBitmap recognized bitmap
isFullScanHorizontal boolean always scan horizontal with otsu thresholding
isDetectAndScanGradient boolean detect and scan regions with gardient locator
isDetectGap boolean detect scanning gaps
aTerminationCheck ITerminationCheck termination check

Returns: Tup - first value is horizontally scanned barcodes with otsu thresholding, second detected by gradient locator

pdf417ScanZebraSegments(ByteBitmap aBitmap, boolean isDetectGap, ITerminationCheck aTerminationCheck)

public static Tup<List<ZebraSegment>,List<ZebraSegment>> pdf417ScanZebraSegments(ByteBitmap aBitmap, boolean isDetectGap, ITerminationCheck aTerminationCheck)

Detects barcode target segments

Parameters:

Parameter Type Description
aBitmap ByteBitmap recognized bitmap
isDetectGap boolean detect scanning gaps
aTerminationCheck ITerminationCheck termination check

Returns: Tup - first value is horizontally scanned barcodes with otsu thresholding, second detected by gradient locator

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