CogCalibFixComputationModeConstants EnumerationCognex VisionPro 9.7
Enumeration of modes for computing calibration and fixturing transformations. Notice that N-Point calibration and fixturing support only linear computations in this release.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

public enum CogCalibFixComputationModeConstants
Members

  Member nameValueDescription
Linear1The calibration or fixturing computation will generate a linear transformation between coordinate spaces.
PerspectiveAndRadialWarp2The calibration or fixturing computation will generate a nonlinear transformation between coordinate spaces. The transformation will be used to warp away perspective and radial distortions.
LinescanWarp3The calibration or fixturing computation will generate a nonlinear transformation between coordinate spaces suitable for use with a linescan camera. The transformation will be used to warp away perspective and radial distortions.
Linescan2DWarp4The calibration or fixturing computation will generate a nonlinar transformation between coordinate spaces suitable for use with a linescan camera and a motion stage that is tilted with respect to the direction of motion. The transformation will be used to warp away perspective and radial distortions.
SineTanLawProjectionWarp5The calibration or fixturing computation will generate a nonlinear transformation between coordinate spaces. This transformation will incorporate the SineTanLawProjection distortion model.
ThreeParamRadialWarp6The calibration or fixturing computation will generate a nonlinear transformation between coordinate spaces. This transformation will incorporate the ThreeParamRadial distortion model.
NoDistortionWarp7The calibration or fixturing computation will generate a nonlinear transformation between coordinate spaces. This transformation will incorporate the NoDistortion distortion model.
Remarks

Enumeration of modes for computing calibration and fixturing transformations. Notice that N-Point calibration and fixturing support only linear computations in this release.

See Also