Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » BoxesBoundingBox3D

BoxesBoundingBox3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Computes the bounding box 3D of given boxes in 3D.

Syntax

C++
C#
 
void avl::BoxesBoundingBox3D
(
	const atl::Array<avl::Box3D>& inBoxes3D,
	avl::Box3D& outBoundingBox3D
)

Parameters

Name Type Default Description
Input value inBoxes3D const Array<Box3D>&
Output value outBoundingBox3D Box3D&

Errors

List of possible exceptions:

Error type Description
DomainError Empty array on input in BoxesBoundingBox3D.