Enumeration of match images that can be generated by PatInspect.
Namespace: Cognex.VisionPro.PatInspectAssembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No match images will be created. | |
| Image | 1 | The region of the run-time input image that matches the trained pattern image. | |
| ImageNormalized | 2 | The 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 | -1 | Create all match images. |
Remarks
Enumeration of match images that can be generated by PatInspect.
See Also