Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Region » Region Features » RegionBoundingRectangle_FixedAngle

RegionBoundingRectangle_FixedAngle


Module: FoundationBasic

Computes the smallest rectangle with the given orientation angle containing a region.

Name Type Description
Input value inRegion Region Input region
Input value inAngle Real Expected angle of the resulting rectangle
Output value outBoundingRectangle Rectangle2D Smallest bounding rectangle of the input region
Output value outCenter Point2D Center of the bounding rectangle
Output value outLongSide Real Length of the bounding rectangle long side
Output value outShortSide Real Length of the bounding rectangle short side

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Empty region on input in RegionBoundingRectangle_FixedAngle.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of RegionBoundingRectangle filter group.