CogBlobResult Area Property Cognex VisionPro
The area of the blob specified in units of the input image's selected space at run-time. The area measure takes into account the blob weight of each pixel. Weighting is accomplished by assigning values between 0 and 255 to each pixel, then normalizing the total of the values of the pixels that make up the blob using the ScalingValue.

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

public double Area { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also