Enumeration of difference images that can be generated by PatInspect.
Namespace: Cognex.VisionPro.PatInspectAssembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No difference image will be created. | |
| Absolute | 1 | Difference image that contains the absolute difference between the pixels of the normalized input image and the trained pattern image. Pixels greater than zero indicate absolute differences that are above the allowable threshold. | |
| Brighter | 2 | Difference image that contains only features that are brighter in the normalized input image than in the trained pattern image. Pixels greater than zero indicate brighter differences above the allowable threshold. Darker differences are clamped to zero. | |
| Darker | 4 | Difference image that contains only features that are darker in the normalized input image than in the trained pattern image. Pixels greater than zero indicate darker differences above the allowable threshold. Brighter differences are clamped to zero. | |
| All | -1 | Create all difference images. |
Remarks
Enumeration of difference images that can be generated by PatInspect.
See Also