Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Features » SurfaceBoundingBox_OrNil

SurfaceBoundingBox_OrNil


Computes the bounding box 3D of given surface; returns NIL if no valid point is present.

Syntax

C++
C#
 
void avl::SurfaceBoundingBox_OrNil
(
	const avl::Surface& inSurface,
	atl::Optional<const avl::Region&> inRoi,
	atl::Conditional<avl::Box3D>& outBoundingBox3D
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
inRoi Optional<const Region&> NIL Region of interest
outBoundingBox3D Conditional<Box3D>& Bounding box of the surface points