CogPatInspectMatchImageConstants EnumerationCognex VisionPro 9.5
Enumeration of match images that can be generated by PatInspect.

Namespace: Cognex.VisionPro.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 69.0.0.0
Syntax

public enum CogPatInspectMatchImageConstants
Members

  Member nameValueDescription
None0No match images will be created.
Image1The region of the run-time input image that matches the trained pattern image.
ImageNormalized2The region of the run-time input image that matches the trained pattern image. This match image is normalized based on the run-time normalization mode property of the pattern.
All-1Create all match images.
Remarks

Enumeration of match images that can be generated by PatInspect.

See Also