TransferFunctionpublic class DiscreteTransfer extends java.lang.Object implements TransferFunction
| Modifier and Type | Field | Description |
|---|---|---|
byte[] |
lutData |
This byte array stores the lookuptable data
|
int[] |
tableValues |
This int array is the input table values from the user
|
| Constructor | Description |
|---|---|
DiscreteTransfer(int[] tableValues) |
The input is an int array which will be used
later to construct the lut data
|
| 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 int[] tableValues
public DiscreteTransfer(int[] tableValues)
public byte[] getLookupTable()
getLookupTable in interface TransferFunctionCopyright ? 2018 Apache Software Foundation. All Rights Reserved.