CogBlobResult Perimeter Property Cognex VisionPro
The perimeter of the blob specified in units of the input image's selected space at run-time. Formula corrects for the tendency of the pixel aligned boundary of the blob to overstate the true blob perimeter. Not available for whole-image connectivity.

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

public double Perimeter { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also