Back to Adaptive Vision Library website

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

SurfaceVolume


Header:AVL.h
Namespace:avl

Computes the volume of given surface.

Syntax

C++
C#
 
void avl::SurfaceVolume
(
	const avl::Surface& inSurface,
	atl::Optional<const avl::Region&> inRoi,
	const float inZ,
	float& outVolume
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
inRoi Optional<const Region&> NIL Range of pixels to be processed
inZ const float
outVolume float& Volume of the input surface