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.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
public double ExtremaAngle { get; set; }public double ExtremaAngle { get; set; }Public Property ExtremaAngle As Double
Get
Set
Public Property ExtremaAngle As Double
Get
Set
public:
property double ExtremaAngle {
double get ();
void set (double value);
}public:
property double ExtremaAngle {
double get ();
void set (double value);
}Property Value
Type:
Double
The default is 0.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed |
Fires when the value of this property changes.
The following state flag may be affected:
|
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.