Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Region » Region Features » RegionInscribedBox
| Module: | FoundationBasic | 
|---|
Computes the largest box contained in a region.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inRegion | Region | Input region | |
![]()  | 
				inMinAspectRatio | Real | 0.0 - ![]()  | 
				Minimal aspect ratio of found box | 
![]()  | 
				inMaxAspectRatio | Real* | 0.0 - ![]()  | 
				Maximal aspect ratio of found box (reciprocal of inMinAspectRatio by default) | 
![]()  | 
				inMinWidth | Integer | 1 - 65535 | Minimal width of found box | 
![]()  | 
				inMaxWidth | Integer* | 1 - 65535 | Maximal width of found box | 
![]()  | 
				inMinHeight | Integer | 1 - 65535 | Minimal height of found box | 
![]()  | 
				inMaxHeight | Integer* | 1 - 65535 | Maximal height of found box | 
![]()  | 
				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.

 Advanced

