QRGridPrecisionFunc

Inheritance: java.lang.Object

public class QRGridPrecisionFunc

Constructors

Constructor Description
QRGridPrecisionFunc()

Methods

Method Description
equals(Object arg0)
getClass()
getPrecisedXForBottomPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)
getPrecisedXForLinkPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)
getPrecisedYForLinkPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)
getPrecisedYForRightPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)
hashCode()
notify()
notifyAll()
preciseAlignmentGridPositionByLineDetection(AlignmentPattern aPattern, ByteBitmap aBitmap, double aCellSize)
preciseAlignmentGridPositionByWaveAlgorithm(AlignmentPattern aPattern, ByteBitmap aBitmap, double aCellSize)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

QRGridPrecisionFunc()

public QRGridPrecisionFunc()

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

getPrecisedXForBottomPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)

public static Tup1<Double> getPrecisedXForBottomPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)

Parameters:

Parameter Type Description
aPattern AlignmentPattern
aVersion int
aBitmap ByteBitmap
aCellSize double
isFilterSaltAndPaper boolean

Returns: Tup1

getPrecisedXForLinkPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)

public static Tup1<Double> getPrecisedXForLinkPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)

Parameters:

Parameter Type Description
aPattern AlignmentPattern
aVersion int
aBitmap ByteBitmap
aCellSize double
isFilterSaltAndPaper boolean

Returns: Tup1

getPrecisedYForLinkPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)

public static Tup1<Double> getPrecisedYForLinkPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)

Parameters:

Parameter Type Description
aPattern AlignmentPattern
aVersion int
aBitmap ByteBitmap
aCellSize double
isFilterSaltAndPaper boolean

Returns: Tup1

getPrecisedYForRightPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)

public static Tup1<Double> getPrecisedYForRightPattern(AlignmentPattern aPattern, int aVersion, ByteBitmap aBitmap, double aCellSize, boolean isFilterSaltAndPaper)

Parameters:

Parameter Type Description
aPattern AlignmentPattern
aVersion int
aBitmap ByteBitmap
aCellSize double
isFilterSaltAndPaper boolean

Returns: Tup1

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

preciseAlignmentGridPositionByLineDetection(AlignmentPattern aPattern, ByteBitmap aBitmap, double aCellSize)

public static PointResult preciseAlignmentGridPositionByLineDetection(AlignmentPattern aPattern, ByteBitmap aBitmap, double aCellSize)

Parameters:

Parameter Type Description
aPattern AlignmentPattern
aBitmap ByteBitmap
aCellSize double

Returns: PointResult

preciseAlignmentGridPositionByWaveAlgorithm(AlignmentPattern aPattern, ByteBitmap aBitmap, double aCellSize)

public static PointResult preciseAlignmentGridPositionByWaveAlgorithm(AlignmentPattern aPattern, ByteBitmap aBitmap, double aCellSize)

Parameters:

Parameter Type Description
aPattern AlignmentPattern
aBitmap ByteBitmap
aCellSize double

Returns: PointResult

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