The CogPMAlignFlexRunParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ControlPointsX | 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). | |
| ControlPointsY | 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). | |
| DeformationFit | Controls the type of fit PatFlex will use to model deformation in the runtime input image. | |
| MaxDeformationRate | The maximum deformation rate to be accommodated in a PatFlex alignment. | |
| PartialMatchCoverageThreshold | When PartialMatchEnabled is true, this specifies the minimum fraction of the pattern that must be matched in a valid PatFlex result. | |
| PartialMatchEnabled | If True then PatFlex will find results that match only a fraction of the full pattern (with a score better than the AcceptThreshold. | |
| Refinement | 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. | |
| SaveDeformationInfo | 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. | |
| Smoothness | The smoothness value used in fitting the deformation transform to the runtime input image. |
See Also