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
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array on input in BoxesBoundingBox. |


