CogBlobResult GetBoundingBoxAtAngle Method Cognex VisionPro
Gets a bounding box of the blob that is aligned with the specified angle. The exclude extrema properties of the run parameters are used when calculating the bounding box.

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

public CogRectangleAffine GetBoundingBoxAtAngle(
	double angle
)

Parameters

angle
Type: System Double
The angle, specified in the selected space of the input image.

Return Value

Type: CogRectangleAffine
The returned bounding box: a CogRectangleAffine.
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also