Back to Adaptive Vision Library website
You are here: Start » Function Reference » Surface Features » SurfaceBoundingBox
SurfaceBoundingBox
Computes the bounding box 3D of given surface.
Syntax
C++
C#
void avl::SurfaceBoundingBox ( const avl::Surface& inSurface, atl::Optional<const avl::Region&> inRoi, avl::Box3D& outBoundingBox3D )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | const Surface& | Input surface | |
![]() |
inRoi | Optional<const Region&> | NIL | Region of interest |
![]() |
outBoundingBox3D | Box3D& | Bounding box of the surface points |
Errors
| Error type | Description |
|---|---|
| DomainError | No valid point in given region in SurfaceBoundingBox. |


