Back to Aurora Vision Library Lite website

You are here: Start » Conversions » Rectangle2DToShapeRegion

Rectangle2DToShapeRegion


Header: AVL.h
Namespace: avl

Converts a rectangle to region of interest.

Syntax

void avl::Rectangle2DToShapeRegion
(
	const avl::Rectangle2D& inRectangle,
	avl::ShapeRegion& outShapeRegion
)

Parameters

Name Type Default Description
Input value inRectangle const Rectangle2D&
Output value outShapeRegion ShapeRegion&