CogBlobResult CenterOfMassY Property Cognex VisionPro
The y-coordinate of the center of mass of the blob specified in units of the input image's selected space at run-time.

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

public double CenterOfMassY { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also