Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Basics » PathToRegionOfInterest
PathToRegionOfInterest
Converts a closed path to region of interest.
Syntax
C++
C#
void avl::PathToRegionOfInterest ( const avl::Path& inPath, avl::RegionOfInterest& outRegionOfInterest )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
outRegionOfInterest | RegionOfInterest& |
Errors
| Error type | Description |
|---|---|
| DomainError | Open path on input in PathToRegionOfInterest. |


