CogPMAlignFlexRunParams PropertiesCognex VisionPro

The CogPMAlignFlexRunParams type exposes the following members.

Properties

  NameDescription
Public propertyControlPointsX
The number of control points in the X direction. Increasing the number of control points allows the transform to better match patterns with areas of heavily local deformation (i.e., sharper features).
Public propertyControlPointsY
The number of control points in the Y direction. Increasing the number of control points allows the transform to better match patterns with areas of heavy local deformation (i.e., sharper features).
Public propertyDeformationFit
Controls the type of fit PatFlex will use to model deformation in the runtime input image.
Public propertyMaxDeformationRate
The maximum deformation rate to be accommodated in a PatFlex alignment.
Public propertyPartialMatchCoverageThreshold
When PartialMatchEnabled is true, this specifies the minimum fraction of the pattern that must be matched in a valid PatFlex result.
Public propertyPartialMatchEnabled
If True then PatFlex will find results that match only a fraction of the full pattern (with a score better than the AcceptThreshold.
Public propertyRefinement
The amount of refinement done on the deformation transform. A value of 'None' may contain some error. Higher levels of refinement will be more accurate at the expense of time.
Public propertySaveDeformationInfo
Enumeration indicating which runtime data should be saved for creating PatFlex diagnostic graphics from results. Must be set to 'Transform' to enable deformation grid diagnostic, or 'TransformAndUnwarpData' to enable unwarped image.
Public propertySmoothness
The smoothness value used in fitting the deformation transform to the runtime input image.
Top
See Also