Impact Acquire SDK Java
|
Defines valid LUT(LookUp Table) gamma modes. More...
Static Public Attributes | |
static final int | LUTgmLinearStart = acquireJNI.LUTgmLinearStart_get() |
Maps an image by applying a linear interpolation in the lower intensity range of the LUT and an intensity transformation with gamma correction to the upper intensity range of the LUT. | |
static final int | LUTgmStandard = acquireJNI.LUTgmStandard_get() |
Default gamma mode. | |
Defines valid LUT(LookUp Table) gamma modes.
|
static |
Maps an image by applying a linear interpolation in the lower intensity range of the LUT and an intensity transformation with gamma correction to the upper intensity range of the LUT.
|
static |
Default gamma mode.
Maps an image by applying intensity transformation with gamma correction to the complete intensity range of the LUT.