Impact Acquire SDK Java
Loading...
Searching...
No Matches
TImageProcessingOptimization Class Reference

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.

Detailed Description

Defines valid modes the internal image processing algorithms can be operated in.

See also
General.
Since
2.12.2

Member Data Documentation

◆ ipoMaximizeSpeed

final int ipoMaximizeSpeed = acquireJNI.ipoMaximizeSpeed_get()
static

Will maximize the execution speed.

This might result in a higher memory consumption.

◆ ipoMinimizeMemoryUsage

final int ipoMinimizeMemoryUsage = acquireJNI.ipoMinimizeMemoryUsage_get()
static

Will minimize the memory footprint.

This might result in a higher CPU load.

Note
This mode will also result in a higher amount of memory allocation and freeing operations thus if the application itself is working with heap memory a lot the long term effects of heap fragmentation should be considered!