CogBlob ExtremaAngle Property Cognex VisionPro
The angle (in radians) at which the bounding box or median point is computed when the axis argument of MedianX, MedianY, or GetBoundingBox is ExtremaAngle. The extrema angle is specified in the selected space of the input image.

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

public double ExtremaAngle { get; set; }

Property Value

Type: Double
The default is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The angle (in radians) at which the bounding box or median point is computed when the axis argument of GetMedianX(CogBlobAxisConstants), GetMedianY(CogBlobAxisConstants), or GetBoundingBox(CogBlobAxisConstants) is ExtremaAngle. The extrema angle is specified in the selected space of the input image.
See Also