TargetsDetector

Inheritance: java.lang.Object

public class TargetsDetector

Constructors

Constructor Description
TargetsDetector(TargetsDetector.TargetRules aTargetRules, ITerminationCheck aTerminationCheck)

Methods

Method Description
equals(Object arg0)
filterPossibleFakeTargets(List Unions)
findTargets(ByteBitmap aBitmap)
getClass()
getCodeLineByAngle(System.Drawing.PointF aCentralPoint, double aAngle, float aRad, ByteBitmap aBitmap)
getCodeLineByAngle(System.Drawing.PointF aCentralPoint, double aAngle, float aRad, double aMaxDistFromCentral, ByteBitmap aBitmap)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

TargetsDetector(TargetsDetector.TargetRules aTargetRules, ITerminationCheck aTerminationCheck)

public TargetsDetector(TargetsDetector.TargetRules aTargetRules, ITerminationCheck aTerminationCheck)

Parameters:

Parameter Type Description
aTargetRules com.aspose.barcode.barcoderecognition.recognition.targets.TargetsDetector.TargetRules
aTerminationCheck ITerminationCheck

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

filterPossibleFakeTargets(List Unions)

public List<TargetUnion> filterPossibleFakeTargets(List<TargetUnion> Unions)

Parameters:

Parameter Type Description
Unions java.util.List<com.aspose.barcode.barcoderecognition.recognition.targets.TargetUnion>

Returns: List

findTargets(ByteBitmap aBitmap)

public List<TargetUnion> findTargets(ByteBitmap aBitmap)

Parameters:

Parameter Type Description
aBitmap ByteBitmap

Returns: List

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCodeLineByAngle(System.Drawing.PointF aCentralPoint, double aAngle, float aRad, ByteBitmap aBitmap)

public CodeLine getCodeLineByAngle(System.Drawing.PointF aCentralPoint, double aAngle, float aRad, ByteBitmap aBitmap)

Parameters:

Parameter Type Description
aCentralPoint com.aspose.ms.System.Drawing.PointF
aAngle double
aRad float
aBitmap ByteBitmap

Returns: CodeLine

getCodeLineByAngle(System.Drawing.PointF aCentralPoint, double aAngle, float aRad, double aMaxDistFromCentral, ByteBitmap aBitmap)

public CodeLine getCodeLineByAngle(System.Drawing.PointF aCentralPoint, double aAngle, float aRad, double aMaxDistFromCentral, ByteBitmap aBitmap)

Parameters:

Parameter Type Description
aCentralPoint com.aspose.ms.System.Drawing.PointF
aAngle double
aRad float
aMaxDistFromCentral double
aBitmap ByteBitmap

Returns: CodeLine

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