Back to Aurora Vision Studio website

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

RegionInscribedBox


Module: FoundationBasic

Computes the largest box contained in a region.

Name Type Range Description
Input value inRegion Region Input region
Input value inMinAspectRatio Real 0.0 - Minimal aspect ratio of found box
Input value inMaxAspectRatio Real* 0.0 - Maximal aspect ratio of found box (reciprocal of inMinAspectRatio by default)
Input value inMinWidth Integer 1 - 65535 Minimal width of found box
Input value inMaxWidth Integer* 1 - 65535 Maximal width of found box
Input value inMinHeight Integer 1 - 65535 Minimal height of found box
Input value inMaxHeight Integer* 1 - 65535 Maximal height of found box
Output value outBox Box? Found box with largest area

Examples

RegionInscribedBox performed on a sample region with inMaxAspectRatio = Auto.

RegionInscribedBox performed on a sample region with inMaxAspectRatio = 2.0.

Complexity Level

This filter is available on Advanced Complexity Level.