Back to Adaptive Vision Library website

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

RegionOfInterestToRegion


Header:AVL.h
Namespace:avl

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

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

List of possible exceptions:

Error type Description
DomainError Invalid RegionOfInterest in RegionOfInterestToRegion.