Impact Acquire SDK Java
|
Defines valid Area Of Interest modes. More...
Static Public Attributes | |
static final int | amCentered = acquireJNI.amCentered_get() |
Use a small centered window for image processing. | |
static final int | amFull = acquireJNI.amFull_get() |
Use the complete image for image processing. | |
static final int | amUseAoi = acquireJNI.amUseAoi_get() |
Use a user defined AOI window for image processing. | |
Defines valid Area Of Interest modes.
|
static |
Use a small centered window for image processing.
In this mode, a device and processing function dependent window in the middle of the AOI captured from the device will be used for the processing function.
Example:
Now in the centered AOI mode a processing function will use a window smaller than the AOI in the middle of the image.
The starting point can be calculated by the formula:
The used AOI is just width / 2 * height / 2 thus takes up the center quarter of the selected AOI.
In case of an AOI defined by the user, the central AOI of the delivered image is used.
|
static |
Use the complete image for image processing.
|
static |
Use a user defined AOI window for image processing.