TransferFunctionpublic class GammaTransfer extends java.lang.Object implements TransferFunction
| Modifier and Type | Field | Description |
|---|---|---|
float |
amplitude |
The amplitude of the Gamma function
|
float |
exponent |
The exponent of the Gamma function
|
byte[] |
lutData |
This byte array stores the lookuptable data
|
float |
offset |
The offset of the Gamma function
|
| Constructor | Description |
|---|---|
GammaTransfer(float amplitude,
float exponent,
float offset) |
Three floats as the input for the Gamma function
|
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getLookupTable() |
This method will return the lut data in order
to construct a LookUpTable object
|
public byte[] lutData
public float amplitude
public float exponent
public float offset
public GammaTransfer(float amplitude,
float exponent,
float offset)
public byte[] getLookupTable()
getLookupTable in interface TransferFunctionCopyright ? 2018 Apache Software Foundation. All Rights Reserved.