Image1DFunctions

Inheritance: java.lang.Object

public class Image1DFunctions

Constructors

Constructor Description
Image1DFunctions()

Methods

Method Description
binarizeAverage(byte[] bitmap1D, int HalfWindow, float aK)
binarizeSavolaWithDynamicVariance(byte[] bitmap1D, int HalfWindow, float aK)
binarizeWithThreshold(byte[] bitmap1D, byte Threshold)
equals(Object arg0)
eraseColor(byte[] bitmap1D, boolean isEraseBlack)
getClass()
getOtsuThreshold(byte[] bitmap1D)
hashCode()
linearInterpolation(byte[] bitmap1D, int NewSize)
nNInterpolation(byte[] bitmap1D, int NewSize)
notify()
notifyAll()
otsuBinarization(byte[] bitmap1D)
tRSinghBinarization(byte[] Bitmap1D, int HalfWindow, float aK)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Image1DFunctions()

public Image1DFunctions()

binarizeAverage(byte[] bitmap1D, int HalfWindow, float aK)

public static byte[] binarizeAverage(byte[] bitmap1D, int HalfWindow, float aK)

Parameters:

Parameter Type Description
bitmap1D byte[]
HalfWindow int
aK float

Returns: byte[]

binarizeSavolaWithDynamicVariance(byte[] bitmap1D, int HalfWindow, float aK)

public static byte[] binarizeSavolaWithDynamicVariance(byte[] bitmap1D, int HalfWindow, float aK)

Parameters:

Parameter Type Description
bitmap1D byte[]
HalfWindow int
aK float

Returns: byte[]

binarizeWithThreshold(byte[] bitmap1D, byte Threshold)

public static byte[] binarizeWithThreshold(byte[] bitmap1D, byte Threshold)

Parameters:

Parameter Type Description
bitmap1D byte[]
Threshold byte

Returns: byte[]

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

eraseColor(byte[] bitmap1D, boolean isEraseBlack)

public static byte[] eraseColor(byte[] bitmap1D, boolean isEraseBlack)

Parameters:

Parameter Type Description
bitmap1D byte[]
isEraseBlack boolean

Returns: byte[]

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getOtsuThreshold(byte[] bitmap1D)

public static byte getOtsuThreshold(byte[] bitmap1D)

Parameters:

Parameter Type Description
bitmap1D byte[]

Returns: byte

hashCode()

public native int hashCode()

Returns: int

linearInterpolation(byte[] bitmap1D, int NewSize)

public static byte[] linearInterpolation(byte[] bitmap1D, int NewSize)

Parameters:

Parameter Type Description
bitmap1D byte[]
NewSize int

Returns: byte[]

nNInterpolation(byte[] bitmap1D, int NewSize)

public static byte[] nNInterpolation(byte[] bitmap1D, int NewSize)

Parameters:

Parameter Type Description
bitmap1D byte[]
NewSize int

Returns: byte[]

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

otsuBinarization(byte[] bitmap1D)

public static byte[] otsuBinarization(byte[] bitmap1D)

Parameters:

Parameter Type Description
bitmap1D byte[]

Returns: byte[]

tRSinghBinarization(byte[] Bitmap1D, int HalfWindow, float aK)

public static byte[] tRSinghBinarization(byte[] Bitmap1D, int HalfWindow, float aK)

Parameters:

Parameter Type Description
Bitmap1D byte[]
HalfWindow int
aK float

Returns: byte[]

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