Impact Acquire SDK Java
|
Defines valid modes the internal image processing algorithms can be operated in. More...
Static Public Attributes | |
static final int | ipoMaximizeSpeed = acquireJNI.ipoMaximizeSpeed_get() |
Will maximize the execution speed. | |
static final int | ipoMinimizeMemoryUsage = acquireJNI.ipoMinimizeMemoryUsage_get() |
Will minimize the memory footprint. | |
Defines valid modes the internal image processing algorithms can be operated in.
|
static |
Will maximize the execution speed.
This might result in a higher memory consumption.
|
static |
Will minimize the memory footprint.
This might result in a higher CPU load.