Back to Adaptive Vision Library website

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

TestRegionEmpty


Tests whether the size of a region equals zero.

Syntax

C++
C#
 
void avl::TestRegionEmpty
(
	const avl::Region& inRegion,
	bool& outIsEmpty
)

Parameters

Name Type Default Description
inRegion const Region& Input region
outIsEmpty bool&