BrightnessGamma

Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.deconvolution.BBMap

public class BrightnessGamma extends BBMap

Constructors

Constructor Description
BrightnessGamma()
BrightnessGamma(double aGamma)

Fields

Field Description
_mapArray

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
mapBitmap(ByteBitmap aBitmap, boolean isCopy) Replaces pixels values by _mapArray precalculated values
mapBitmap1D(byte[] aBitmap, boolean isCopy) Replaces pixels values by _mapArray precalculated values
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BrightnessGamma()

public BrightnessGamma()

BrightnessGamma(double aGamma)

public BrightnessGamma(double aGamma)

Parameters:

Parameter Type Description
aGamma double

_mapArray

public byte[] _mapArray

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

mapBitmap(ByteBitmap aBitmap, boolean isCopy)

public ByteBitmap mapBitmap(ByteBitmap aBitmap, boolean isCopy)

Replaces pixels values by _mapArray precalculated values

Parameters:

Parameter Type Description
aBitmap ByteBitmap preprocessing bitmap
isCopy boolean copy the result or replace onsite

Returns: ByteBitmap - bitmap with replacing pixel brigtness

mapBitmap1D(byte[] aBitmap, boolean isCopy)

public byte[] mapBitmap1D(byte[] aBitmap, boolean isCopy)

Replaces pixels values by _mapArray precalculated values

Parameters:

Parameter Type Description
aBitmap byte[] preprocessing 1D bitmap
isCopy boolean copy the result or replace onsite

Returns: byte[] - 1D bitmap with replacing pixel brigtness

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