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.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Linear | 1 | The calibration or fixturing computation will generate a linear transformation between coordinate spaces. | |
| PerspectiveAndRadialWarp | 2 | The calibration or fixturing computation will generate a nonlinear transformation between coordinate spaces. The transformation will be used to warp away perspective and radial distortions. | |
| LinescanWarp | 3 | The 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. | |
| Linescan2DWarp | 4 | The 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. | |
| SineTanLawProjectionWarp | 5 | The calibration or fixturing computation will generate a nonlinear transformation between coordinate spaces. This transformation will incorporate the SineTanLawProjection distortion model. | |
| ThreeParamRadialWarp | 6 | The calibration or fixturing computation will generate a nonlinear transformation between coordinate spaces. This transformation will incorporate the ThreeParamRadial distortion model. | |
| NoDistortionWarp | 7 | The 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