You are here: Start » AVL.NET » AVL.RegionOfInterestToRegion
Converts a region of interest to a region with automatically computed frame.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionOfInterestToRegion ( AvlNet.RegionOfInterest inRegionOfInterest, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegionOfInterest | AvlNet.RegionOfInterest | |||
![]() | outRegion | AvlNet.Region | Output region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| RuntimeError | Invalid RegionOfInterest |


