RegionDetectorLsd

Inheritance: java.lang.Object

public class RegionDetectorLsd

Constructors

Constructor Description
RegionDetectorLsd(ByteBitmap image)

Fields

Field Description
currentCornerIndex
originalQuad

Methods

Method Description
calculateMinimumOfBlackPointsVertical(int fromX, int toX, int fromY, int toY, ByteBitmap byteBitmap) Calculates minimum of black points by vertical
equals(Object arg0)
getClass()
getLargestCorner(ByteBitmap originalBitmap)
getNextCorner(ByteBitmap originalBitmap)
hasNextCorner()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RegionDetectorLsd(ByteBitmap image)

public RegionDetectorLsd(ByteBitmap image)

Parameters:

Parameter Type Description
image ByteBitmap

currentCornerIndex

public int currentCornerIndex

originalQuad

public List<QuadPointFs> originalQuad

calculateMinimumOfBlackPointsVertical(int fromX, int toX, int fromY, int toY, ByteBitmap byteBitmap)

public static int calculateMinimumOfBlackPointsVertical(int fromX, int toX, int fromY, int toY, ByteBitmap byteBitmap)

Calculates minimum of black points by vertical

Parameters:

Parameter Type Description
fromX int from X bound
toX int to X bound
fromY int from Y bound
toY int to Y bound
byteBitmap ByteBitmap byte bitmap

Returns: int - count of black point

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

getLargestCorner(ByteBitmap originalBitmap)

public final DetectedCorner getLargestCorner(ByteBitmap originalBitmap)

Parameters:

Parameter Type Description
originalBitmap ByteBitmap

Returns: DetectedCorner

getNextCorner(ByteBitmap originalBitmap)

public final DetectedCorner getNextCorner(ByteBitmap originalBitmap)

Parameters:

Parameter Type Description
originalBitmap ByteBitmap

Returns: DetectedCorner

hasNextCorner()

public final boolean hasNextCorner()

Returns: boolean

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