Impact Acquire SDK Java
TLUTImplementation Class Reference

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.
 

Detailed Description

Defines valid LUT(LookUp Table) implementations.

Member Data Documentation

◆ LUTiHardware

final int LUTiHardware = acquireJNI.LUTiHardware_get()
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.

◆ LUTiSoftware

final int LUTiSoftware = acquireJNI.LUTiSoftware_get()
static

The mapping of the image data will be done with an optimized software algorithm.