CogPMAlignFlexRefinementConstants EnumerationCognex VisionPro
Enumeration of refinement levels for the PatFlex deformation transform.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

public enum CogPMAlignFlexRefinementConstants
Members

  Member nameValueDescription
None0The deformation transform may have some error in the mapping.
Coarse1The deformation transform will be refined to the accuracy of the coarse grain limit set for the pattern.
Medium2The deformation transform will be refined to the accuracy of the coarse grain limit set for the pattern, and then further refined to eliminate high-level deformation inaccuracies that can occur in some applications.
Fine3The deformation transform is refined, as described in 'Medium', to the accuracy of the fine grain limit set for the pattern.
Remarks

Enumeration of refinement levels for the PatFlex deformation transform.

See Also