CogBlobResult NotClipped Property Cognex VisionPro
This measure will be 1.0 if the blob was not clipped during processing. It will be zero if the blob touches the edge of the region of interest, or the edge of the run-time image, or any Don't Care pixel in the InputImageMask.

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

public double NotClipped { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also