CogPatInspectResult Clipped Property Cognex VisionPro
Returns true if the match image was clipped because part of the region fell outside of the input image. The ClippedMask property will indicate which pixels of the match image were clipped.

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

public bool Clipped { get; }

Property Value

Type: Boolean
Remarks

Returns true if the match image was clipped because part of the region fell outside of the input image. The ClippedMask property will indicate which pixels of the match image were clipped.

See Also