Back to Aurora Vision Library website

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

RegionToShapeRegion


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a region to region of interest.

Syntax

C++
C#
 
void avl::RegionToShapeRegion
(
	const avl::Region& inRegion,
	avl::ShapeRegion& outShapeRegion
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outShapeRegion ShapeRegion&