Back to Adaptive Vision Library website

You are here: Start » Function Reference » Conversions » RegionToRegionOfInterest

RegionToRegionOfInterest


Header:AVL.h
Namespace:avl

Converts a region to region of interest.

Syntax

C++
C#
 
void avl::RegionToRegionOfInterest
(
	const avl::Region& inRegion,
	avl::RegionOfInterest& outRegionOfInterest
)

Parameters

Name Type Default Description
inRegion const Region& Input region
outRegionOfInterest RegionOfInterest&