You are here: Start » AVL.NET » AVL.CreateRegionOfInterestRegion
Creates a region corresponding to a given region of interest.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void CreateRegionOfInterestRegion ( AvlNet.RegionOfInterest inRegionOfInterest, AvlNet.CoordinateSystem2D? inAlignment, int inFrameWidth, int inFrameHeight, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegionOfInterest | AvlNet.RegionOfInterest | |||
![]() | inAlignment | AvlNet.CoordinateSystem2D? | Adjusts the region of interest to the position of the inspected object. Default value: atl::NIL. | ||
![]() | inFrameWidth | int | <0, INF> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, INF> | Height of the created region's frame. | |
![]() | outRegion | AvlNet.Region | Output region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| RuntimeError | Invalid RegionOfInterest |


