Woolz Image Processing  Version 1.7.5
Name
WlzVolume - computes the volume of 3D objects.
Synopsis
WlzVolume [-h] [-n] [<input file>]
Options
-n Numeric output only - number of voxels, zero on error
-h Help, prints usage message.
Description
Computes the volume of 3D objects.
Examples
WlzThreshold -v 200 -L rec.wlz | WlzLabel | WlzVolume
Reads a 3D object from rec.wlz, thresholds the objectt to remove background, labels the thresholded object to compute seperate objects for the disconnected regions and then outputs the volume of each of these regions as ascii text.
File
WlzVolume.c
See Also
WlzIntro(1) WlzArea(1) WlzThreshold(1) WlzLabel(1) WlzVolume(3)