Impact Acquire SDK Java
|
Defines valid LUT(LookUp Table) implementations. More...
Static Public Attributes | |
static final int | LUTiHardware = acquireJNI.LUTiHardware_get() |
The mapping of the image data will be done in hardware. | |
static final int | LUTiSoftware = acquireJNI.LUTiSoftware_get() |
The mapping of the image data will be done with an optimized software algorithm. | |
Defines valid LUT(LookUp Table) implementations.
|
static |
The mapping of the image data will be done in hardware.
When set to 'Hardware' the LUT operation will NOT introduce additional CPU load. This feature will no be available for every device.
|
static |
The mapping of the image data will be done with an optimized software algorithm.