Back to Aurora Vision Library website

You are here: Start » Function Reference » Surface » Surface Features » SurfaceBoundingBox_OrNil

SurfaceBoundingBox_OrNil


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

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
Input value inSurface const Surface& Input surface
Input value inRoi Optional<const Region&> NIL Region of interest
Output value outBoundingBox3D Conditional<Box3D>& Bounding box of the surface points

Errors

List of possible exceptions:

Error type Description
DomainError Region of interest exceeds an input surface in SurfaceBoundingBox_OrNil.