CogPatInspectPattern TrainImageMask Property Cognex VisionPro 9.10
Mask used when training the PatInspect pattern. The mask allows the user to identify areas of the pattern as "Care" (128-255) or "Don't Care" (0-127).

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

public CogImage8Grey TrainImageMask { get; set; }

Property Value

Type: CogImage8Grey
Events

Remarks

Mask used when training the PatInspect pattern. The mask allows the user to identify areas of the pattern as Care (128-255) or Don't Care (0-127) pixels.

See Also