CogPatInspectDifferenceImageConstants EnumerationCognex VisionPro 9.5
Enumeration of difference 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 CogPatInspectDifferenceImageConstants
Members

  Member nameValueDescription
None0No difference image will be created.
Absolute1Difference 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.
Brighter2Difference 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.
Darker4Difference 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-1Create all difference images.
Remarks

Enumeration of difference images that can be generated by PatInspect.

See Also