CWIMAQCorrectionRegionModes Enumeration

From NI Vision for Visual Basic

CWIMAQCorrectionRegionModes Enumeration

CWIMAQCorrectionRegionModes specify the regions to be used when correcting an image.

You can use the following constants with this data type:

  • cwimaqCalibrationAndUserSpecifiedRegions—The area defined by the intersection of the user-defined regions and calibration regions is corrected.
  • cwimaqCalibrationOrUserSpecifiedRegions—The area defined by the union of the user-defined regions and calibration regions is corrected.
  • cwimaqCalibrationRegions—The area defined by the CalibrationRegions is corrected. The CalibrationRegions is computed by the algorithm and corresponds to the area of the calibration template containing dots.
  • cwimaqFullImage—The whole image is always corrected, regardless of the user-defined or calibration-defined regions.
  • cwimaqUserSpecifiedRegions—The area defined by the user-defined regions is corrected.