Impact Acquire SDK Java
|
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. | |
Defines valid modes for channel split filters.
|
static |
Only one selectable channel will be extracted and forwarded.
|
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.
|
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.