Extend3DZebraProcessorBase

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.barcode.barcoderecognition.common.zebraxd.IExtend3DZebraProcessor

public abstract class Extend3DZebraProcessorBase implements IExtend3DZebraProcessor

Constructors

Constructor Description
Extend3DZebraProcessorBase(ITerminationCheck aTerminationCheck)
Extend3DZebraProcessorBase(Extend3DZebraProcessorBase aProcessor)

Methods

Method Description
createZebraUnion(List aUnionSegments, ByteBitmap aBitmap)
equals(Object arg0)
filterZebraSegments(List aSegments, ZebraUnion aUnion)
getClass()
getExtendingParam()
getProcessorCopy()
getTerminatioCheck()
hashCode()
notify()
notifyAll()
scan(ByteBitmap aBitmap, List aLinesList)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Extend3DZebraProcessorBase(ITerminationCheck aTerminationCheck)

public Extend3DZebraProcessorBase(ITerminationCheck aTerminationCheck)

Parameters:

Parameter Type Description
aTerminationCheck ITerminationCheck

Extend3DZebraProcessorBase(Extend3DZebraProcessorBase aProcessor)

public Extend3DZebraProcessorBase(Extend3DZebraProcessorBase aProcessor)

Parameters:

Parameter Type Description
aProcessor Extend3DZebraProcessorBase

createZebraUnion(List aUnionSegments, ByteBitmap aBitmap)

public ZebraUnion createZebraUnion(List<ZebraSegment> aUnionSegments, ByteBitmap aBitmap)

Parameters:

Parameter Type Description
aUnionSegments java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment>
aBitmap ByteBitmap

Returns: ZebraUnion

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

filterZebraSegments(List aSegments, ZebraUnion aUnion)

public List<ZebraSegment> filterZebraSegments(List<ZebraSegment> aSegments, ZebraUnion aUnion)

Parameters:

Parameter Type Description
aSegments java.util.List<com.aspose.barcode.barcoderecognition.common.zebraxd.ZebraSegment>
aUnion ZebraUnion

Returns: List

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getExtendingParam()

public ZebraExtend3DParam getExtendingParam()

Returns: ZebraExtend3DParam

getProcessorCopy()

public abstract IExtend3DZebraProcessor getProcessorCopy()

Returns: IExtend3DZebraProcessor

getTerminatioCheck()

public ITerminationCheck getTerminatioCheck()

Returns: ITerminationCheck

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

scan(ByteBitmap aBitmap, List aLinesList)

public abstract List<ZebraSegment> scan(ByteBitmap aBitmap, List<DoublePoints> aLinesList)

Parameters:

Parameter Type Description
aBitmap ByteBitmap
aLinesList java.util.List<com.aspose.barcode.barcoderecognition.common.algorithms.DoublePoints>

Returns: List

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