Back to Adaptive Vision Library website

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

TestRegionOnBorder


Header:AVL.h
Namespace:avl

Tests whether a region is adjacent to its border.

Syntax

C++
C#
 
void avl::TestRegionOnBorder
(
	const avl::Region& inRegion,
	bool& outIsOnBorder
)

Parameters

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

Description

Tests whether a region is adjacent to its border.

Examples

Filter output Region preview image
False
True