CogPatInspectResult ClippedMask Property Cognex VisionPro
Indicates which pixels of the MatchImage were clipped. If clipping occurred for a pixel in the MatchImage then the corresponding ClippedMask pixel will be set to 0, otherwise, it will be set to 255. This property returns Nothing if Clipped is false.

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

public CogImage8Grey ClippedMask { get; }

Property Value

Type: CogImage8Grey
Remarks

Indicates which pixels of the match imagewere clipped. If clipping occurred for a pixel in the match image then the corresponding ClippedMask pixel will be set to 0, otherwise, it will be set to 255. This property returns Nothing if Clipped is False.

See Also