Enumeration of types of deformation info that can be saved.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flex deformation information is stored at runtime. | |
| Transform | 1 | The deformation transform is stored at runtime. | |
| TransformAndUnwarpData | 2 | The deformation transform and unwarp data are computed and stored at runtime. The unwarp data is needed to produce unwarp images in the result. |
Remarks
Enumeration of types of deformation info that can be saved.
See Also