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.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Parameters
- angle
- Type: System Double
The angle, specified in the selected space of the input image.
Return Value
Type: CogRectangleAffineThe returned bounding box: a CogRectangleAffine.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If no result data is available. |
See Also