DoubleHammListCorrector

Inheritance: java.lang.Object

public class DoubleHammListCorrector

Correction algorithms with using double hamming

Constructors

Constructor Description
DoubleHammListCorrector()

Methods

Method Description
correctColsByDoubleHamming(ByteBitmap byteBitmap, Int32List rows, Int32List cols) Correct columns by hamming of left and right columns
correctRowsByDoubleHamming(ByteBitmap byteBitmap, Int32List rows, Int32List cols) Correct rows by hamming of top and bottom rows
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DoubleHammListCorrector()

public DoubleHammListCorrector()

correctColsByDoubleHamming(ByteBitmap byteBitmap, Int32List rows, Int32List cols)

public static Int32List correctColsByDoubleHamming(ByteBitmap byteBitmap, Int32List rows, Int32List cols)

Correct columns by hamming of left and right columns

Parameters:

Parameter Type Description
byteBitmap ByteBitmap A bytebitmap
rows Int32List Input rows
cols Int32List Input columns

Returns: Int32List - Corrected columns

correctRowsByDoubleHamming(ByteBitmap byteBitmap, Int32List rows, Int32List cols)

public static Int32List correctRowsByDoubleHamming(ByteBitmap byteBitmap, Int32List rows, Int32List cols)

Correct rows by hamming of top and bottom rows

Parameters:

Parameter Type Description
byteBitmap ByteBitmap A bytebitmap
rows Int32List Input rows
cols Int32List Input columns

Returns: Int32List - Corrected rows

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

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