Back to Adaptive Vision Library website

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

GetRegionFrame


Returns the width and height of the entire region's frame (not to be confused with RegionBoundingBox!)

Syntax

C++
C#
 
void avl::GetRegionFrame
(
	const avl::Region& inRegion,
	int& outFrameWidth,
	int& outFrameHeight
)

Parameters

Name Type Default Description
inRegion const Region& Input region
outFrameWidth int&
outFrameHeight int&