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

Boxes3DBoundingBox3D_OrNil
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes the bounding box 3D of given boxes in 3D; returns NIL if the array is empty.
Syntax
C++
C#
void fil::Boxes3DBoundingBox3D_OrNil ( const ftl::Array<fil::Box3D>& inBoxes3D, ftl::Conditional<fil::Box3D>& outBoundingBox3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inBoxes3D | const Array<Box3D>& | ||
![]() |
outBoundingBox3D | Conditional<Box3D>& |