Back to Adaptive Vision Library website
You are here: Start » Function Reference » Box » BoxesBoundingBox
BoxesBoundingBox
Computes the bounding box of given boxes.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::BoxesBoundingBox ( const atl::Array<avl::Box>& inBoxes, avl::Box& outBoundingBox )
Parameters
Errors
| Error type | Description |
|---|---|
| DomainError | Empty array on input in BoxesBoundingBox. |


