Enumeration that specifies whether the parameters for adjusting the
corrected space are expressed in uncorrected root space, or in raw
corrected space. See the "Remarks" section of
CogCalibImageCorrector
for descriptions of these spaces.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| RawCorrected | 0 | The adjustment parameters are expressed in the raw corrected coordinate space. | |
| UncorrectedRoot | 1 | The adjustment parameters are expressed in the uncorrected root coordinate space. |
See Also