CalibrationROI
Specifies the ROI correction functions you can use when correcting an image.
Elements
Name | Value | Description |
---|---|---|
IMAQ_FULL_IMAGE | 0 | The correction function corrects the whole image, regardless of the user-defined or calibration-defined ROIs. |
IMAQ_CALIBRATION_ROI | 1 | The correction function corrects the area defined by the calibration ROI. The calibration ROI corresponds to the area of the calibration template containing dots. |
IMAQ_USER_ROI | 2 | The correction function corrects the area defined by the user-defined ROI. |
IMAQ_CALIBRATION_AND_USER_ROI | 3 | The correction function corrects the area defined by the intersection of the user-defined ROI and the calibration ROI. |
IMAQ_CALIBRATION_OR_USER_ROI | 4 | The correction function corrects the area defined by the union of the user-defined ROI and the calibration ROI. |
IMAQ_CALIBRATION_ROI_SIZE_GUARD | 0xFFFFFFFF | Reserved |