Impact Acquire SDK Java
TChannelSplitMode Class Reference

Defines valid modes for channel split filters. More...

Static Public Attributes

static final int csmExtractSingle = acquireJNI.csmExtractSingle_get()
 Only one selectable channel will be extracted and forwarded.
 
static final int csmHorizontal = acquireJNI.csmHorizontal_get()
 The channels will be re-arranged next to each other thus the resulting image will have the same height but 'channel count' times more pixels per line.
 
static final int csmVertical = acquireJNI.csmVertical_get()
 The channels will be re-arranged one after the other thus the resulting image will have the same width but 'channel count' times more lines than the input image.
 

Detailed Description

Defines valid modes for channel split filters.

Member Data Documentation

◆ csmExtractSingle

final int csmExtractSingle = acquireJNI.csmExtractSingle_get()
static

Only one selectable channel will be extracted and forwarded.

◆ csmHorizontal

final int csmHorizontal = acquireJNI.csmHorizontal_get()
static

The channels will be re-arranged next to each other thus the resulting image will have the same height but 'channel count' times more pixels per line.

◆ csmVertical

final int csmVertical = acquireJNI.csmVertical_get()
static

The channels will be re-arranged one after the other thus the resulting image will have the same width but 'channel count' times more lines than the input image.