CWIMAQMatchColorPatternOptions
CWIMAQMatchColorPatternOptions contains parameters used by CWIMAQVision.MatchColorPattern to find the color template in the image.
Properties
| ColorScoreWeight | Percent contribution of the color score to the final color pattern matching score. |
| ColorSensitivity | Level of sensitivity used to describe the color features in the image. The default is cwimaqLowColorSensitivity. |
| FeatureMode | Features to use when looking for the color template pattern in the color image. The default is cwimaqFeatureAll. |
| MatchMode | Technique to use when looking for the color template pattern in the color image. The default is cwimaqMatchShiftInvariant. |
| MinimumContrast | Minimum contrast expected in the shape features of the color image. The default is 0. |
| 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. Each range is specified by a lower angle and an upper angle, both of which are expressed in degrees. |
| SearchStrategy | Search strategy. The default is cwimaqConservativeSearch. |
| SubPixelAccuracy | Boolean 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. |