CWIMAQMatchModes Enumeration

NI Vision for Visual Basic

CWIMAQMatchModes Enumeration

CWIMAQMatchModes are the constants for the MatchMode property on the CWIMAQLearnPatternOptions object.

You can use the following constants with this data type:

  • cwimaqMatchRotationInvariant—Searches for occurrences of the pattern in the image with no restriction on the rotation of the pattern.
  • cwimaqMatchShiftInvariant—Searches for occurrences of the template image assuming that the template is not rotated more than ±4 degrees.

See Also

CWIMAQVision.MatchPattern2