CWIMAQMatchColorPatternOptions

NI Vision for Visual Basic

CWIMAQMatchColorPatternOptions

CWIMAQMatchColorPatternOptions contains parameters used by CWIMAQVision.MatchColorPattern to find the color template in the image.

Properties

ColorScoreWeightPercent contribution of the color score to the final color pattern matching score.
ColorSensitivityLevel of sensitivity used to describe the color features in the image. The default is cwimaqLowColorSensitivity.
FeatureModeFeatures to use when looking for the color template pattern in the color image. The default is cwimaqFeatureAll.
MatchModeTechnique to use when looking for the color template pattern in the color image. The default is cwimaqMatchShiftInvariant.
MinimumContrastMinimum contrast expected in the shape features of the color image. The default is 0.
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. Each range is specified by a lower angle and an upper angle, both of which are expressed in degrees.
SearchStrategySearch strategy. The default is cwimaqConservativeSearch.
SubPixelAccuracyBoolean that determines if the match results are returned with subpixel accuracy. This option is ignored if FeatureMode is set to cwimaqFeatureColorInformation. The default is False.

See Also

CWIMAQVision.MatchColorPattern