CWIMAQMatchPatternAdvancedOptions
CWIMAQMatchPatternAdvancedOptions contains parameters used by CWIMAQVision.MatchPattern2 to find the template in the image.
Properties
| InitialMatchListLength | Maximum size of the match list. |
| InitialStepSize | Number of pixels to shift the sample across the inspection image during the initial phase of shift-invariant matching. |
| IntermediateAngularAccuracy | Accuracy to use during the intermediate phase of rotation-invariant matching. |
| MatchListReductionFactor | Reduces the match list as matches are refined. |
| SearchStrategy | Aggressiveness of the rotation search strategy. The default is Balanced. |
| SubPixelIterations | Maximum number of incremental improvements used to refine matching using subpixel information. The default is 20. |
| SubPixelTolerance | Maximum amount of change, in degrees, between consecutive incremental improvements in the match angle that you want to trigger the end of the refinement process. |