Back to Adaptive Vision Library website

You are here: Start » Function Reference » Region Basics » PathToRegionOfInterest

PathToRegionOfInterest


Header:AVL.h
Namespace:avl

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&