Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » BoxesBoundingBox3D

BoxesBoundingBox3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes the bounding box 3D of given boxes in 3D.
Syntax
C++
C#
void fil::BoxesBoundingBox3D ( const ftl::Array<fil::Box3D>& inBoxes3D, fil::Box3D& outBoundingBox3D )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty array on input in BoxesBoundingBox3D. |