Back to Aurora Vision Library website

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

Ring2DToShapeRegion


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a ring to region of interest.

Syntax

C++
C#
 
void avl::Ring2DToShapeRegion
(
	const avl::Ring2D& inRing,
	avl::ShapeRegion& outShapeRegion
)

Parameters

Name Type Default Description
Input value inRing const Ring2D&
Output value outShapeRegion ShapeRegion&