Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Surface » Surface Features » SurfaceVolume_Double

SurfaceVolume_Double


Module: Vision3DStandard

Computes the volume of a surface with respect to another surface.

Name Type Description
Input value inTopSurface Surface The top surface
Input value inBottomSurface Surface The bottom surface
Input value inRoi Region* Range of pixels to be processed
Input value inVolumeCalculationMethod VolumeCalculationMethod Determines how the parts of a volume are added up
Output value outVolume Double Volume of the input surface

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Different surface dimensions between inTopSurface and inBottomSurface in SurfaceVolume_Double.
DomainError Different surface scales or offsets between inTopSurface and inBottomSurface in SurfaceVolume_Double.
DomainError Different surface types between inTopSurface and inBottomSurface in SurfaceVolume_Double.
DomainError Region of interest exceeds an input surface in SurfaceVolume_Double.
DomainError Unsupported inVolumeCalculationMethod in SurfaceVolume_Double.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of SurfaceVolume filter group.