Back to Adaptive Vision Studio website

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

RegionBoundingRectangle_FixedAngle_OrNil


Module: FoundationBasic

Computes the smallest rectangle with the given orientation angle containing a region; returns NIL if the region is empty.

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

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of RegionBoundingRectangle filter group.