Impact Acquire SDK Java
TLUTInterpolationMode Class Reference

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.
 

Detailed Description

Defines valid LUT(LookUp Table) interpolation modes.

Member Data Documentation

◆ LUTimCubic

final int LUTimCubic = acquireJNI.LUTimCubic_get()
static

Maps an image by applying intensity transformation with cubic interpolation.

◆ LUTimLinear

final int LUTimLinear = acquireJNI.LUTimLinear_get()
static

Maps an image by applying intensity transformation with linear interpolation.

◆ LUTimThreshold

final int LUTimThreshold = acquireJNI.LUTimThreshold_get()
static

Maps an image by applying intensity transformation based on a set of given threshold values.