CWIMAQMatchPatternOptions

NI Vision for Visual Basic

CWIMAQMatchPatternOptions

CWIMAQMatchPatternOptions contains parameters used by CWIMAQVision.MatchPattern2 to find the template in the image.

Properties

AdvancedOptionsAdvanced options for the pattern matching algorithm.
MatchModeTechnique to use when looking for the template pattern in the image.
MinimumContrastMinimum contrast expected in the image.
MinimumMatchScoreSmallest score a match must have to be considered valid. The default is 800.
NumMatchesRequestedNumber of valid matches expected. The default is 1.
RotationAngleRangesCollection of angle ranges, where each range specifies how much you expect the color template pattern to rotate in the image.
SubPixelAccuracyBoolean that determines if the match results are returned with subpixel accuracy. The default is False.

See Also

CWIMAQVision.MatchPattern2