Back to Adaptive Vision Library website

You are here: Start » Function Reference » Box » BoxesBoundingBox

BoxesBoundingBox


Computes the bounding box of given boxes.

Syntax

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

Parameters

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

Errors

Error type Description
DomainError Empty array on input in BoxesBoundingBox.