CWIMAQMatchPatternOptions
CWIMAQMatchPatternOptions contains parameters used by CWIMAQVision.MatchPattern2 to find the template in the image.
Properties
| AdvancedOptions | Advanced options for the pattern matching algorithm. |
| MatchMode | Technique to use when looking for the template pattern in the image. |
| MinimumContrast | Minimum contrast expected in the image. |
| MinimumMatchScore | Smallest score a match must have to be considered valid. The default is 800. |
| NumMatchesRequested | Number of valid matches expected. The default is 1. |
| RotationAngleRanges | Collection of angle ranges, where each range specifies how much you expect the color template pattern to rotate in the image. |
| SubPixelAccuracy | Boolean that determines if the match results are returned with subpixel accuracy. The default is False. |