CWIMAQMatchGeometricPatternOptions
CWIMAQMatchGeometricPatternOptions contains parameters used by theCWIMAQVision.MatchGeometricPattern and CWIMAQVision.MatchMultipleGeometricPatterns methods to find the template in the image.
Properties
AdvancedOptions | Advanced options for the method. |
CurveOptions | Options that specify how the method finds curves in the image. These options are used only if UseLearnCurveOptions is set to False. |
MatchMode | Specifies the search mode the method uses to look for the template image in the image. |
MinimumMatchScore | Smallest score a match must have to be considered valid. |
NumMatchesRequested | Number of valid matches expected. |
OcclusionRange | Specifies what percentage of the template image you expect to be occluded in the image. |
RotationAngleRanges | Collection of angle ranges, where each range specifies how much you expect the template image to rotate in the image. |
ScaleRange | Specifies the range of sizes of the template image you expect to be in the inspection image. The size is expressed as a percentage that represents the ratio of the size of the template image found in the inspection image to the size of the original template image. |
SubPixelAccuracy | Specifies whether the method should calculate match locations with subpixel accuracy. |
UseLearnCurveOptions | If True, specifies that the method should use the CWIMAQCurveOptions that were used when LearnGeometricPattern was called on the template image. If False, specifies that the method should use the CurveOptions provided in CWIMAQMatchGeometricPatternOptions. |