Impact Acquire SDK Java
|
Defines valid LUT(LookUp Table) interpolation modes. More...
Static Public Attributes | |
static final int | LUTimCubic = acquireJNI.LUTimCubic_get() |
Maps an image by applying intensity transformation with cubic interpolation. | |
static final int | LUTimLinear = acquireJNI.LUTimLinear_get() |
Maps an image by applying intensity transformation with linear interpolation. | |
static final int | LUTimThreshold = acquireJNI.LUTimThreshold_get() |
Maps an image by applying intensity transformation based on a set of given threshold values. | |
Defines valid LUT(LookUp Table) interpolation modes.
|
static |
Maps an image by applying intensity transformation with cubic interpolation.
|
static |
Maps an image by applying intensity transformation with linear interpolation.
|
static |
Maps an image by applying intensity transformation based on a set of given threshold values.