Back to Adaptive Vision Library website

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

RegionOfInterestToRegion


Converts a region of interest to a region with automatically computed frame.

Header:AVL.h

Syntax

C++
C#
 
void avl::RegionOfInterestToRegion
(
	const avl::RegionOfInterest& inRegionOfInterest,
	avl::Region& outRegion
)

Parameters

Name Type Default Description
inRegionOfInterest const RegionOfInterest&
outRegion Region& Output region

Errors

Error type Description
RuntimeError Invalid RegionOfInterest