Back to Aurora Vision Library Lite website

You are here: Start » Basic » Box » BoxesBoundingBox

BoxesBoundingBox


Header: AVL.h
Namespace: avl

Computes the bounding box of given boxes.

Syntax

void avl::BoxesBoundingBox
(
	const atl::Array<avl::Box>& inBoxes,
	avl::Box& outBoundingBox
)

Parameters

Name Type Default Description
Input value inBoxes const Array<Box>&
Output value outBoundingBox Box&

Errors

List of possible exceptions:

Error type Description
DomainError Empty array on input in BoxesBoundingBox.