Impact Acquire SDK Java
TFlatFieldFilterMode Class Reference

Defines valid modes for the flat field filter. More...

Static Public Attributes

static final int fffmCalibrateFlatField = acquireJNI.fffmCalibrateFlatField_get()
 The next selected number of images will be taken for calculating the flat field correction image.
 
static final int fffmOff = acquireJNI.fffmOff_get()
 The filter is switched off.
 
static final int fffmOn = acquireJNI.fffmOn_get()
 The filter is switched on.
 
static final int fffmTransmitCorrectionImage = acquireJNI.fffmTransmitCorrectionImage_get()
 In this mode whenever reaching this filter, the captured image will be replaced by the.
 

Detailed Description

Defines valid modes for the flat field filter.

Member Data Documentation

◆ fffmCalibrateFlatField

final int fffmCalibrateFlatField = acquireJNI.fffmCalibrateFlatField_get()
static

The next selected number of images will be taken for calculating the flat field correction image.

In this mode after the correction image has been calculated the mode will automatically switch back to mvIMPACT.acquire.TFlatFieldFilterMode.fffmOff

◆ fffmOff

final int fffmOff = acquireJNI.fffmOff_get()
static

The filter is switched off.

◆ fffmOn

final int fffmOn = acquireJNI.fffmOn_get()
static

The filter is switched on.

◆ fffmTransmitCorrectionImage

final int fffmTransmitCorrectionImage = acquireJNI.fffmTransmitCorrectionImage_get()
static

In this mode whenever reaching this filter, the captured image will be replaced by the.

last correction image, that has been created as a result of the filter being calibrated.

Since
2.5.9