Impact Acquire SDK Java
TLUTGammaMode Class Reference

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.
 

Detailed Description

Defines valid LUT(LookUp Table) gamma modes.

Member Data Documentation

◆ LUTgmLinearStart

final int LUTgmLinearStart = acquireJNI.LUTgmLinearStart_get()
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.

◆ LUTgmStandard

final int LUTgmStandard = acquireJNI.LUTgmStandard_get()
static

Default gamma mode.

Maps an image by applying intensity transformation with gamma correction to the complete intensity range of the LUT.