Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Basics » PathToRegionOfInterest
PathToRegionOfInterest
Converts a closed path to region of interest.
| Header: | AVL.h |
|---|
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& |


