SoImageVolumeQuantification image filter More...
#include <ImageViz/Engines/ImageAnalysis/Morphometry/SoImageVolumeQuantification.h>
Classes | |
class | SbImageVolumeDetail |
Results details of total volume global measure. More... | |
Public Member Functions | |
SoImageVolumeQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inImage |
SoSFImageDataAdapter | inMaskImage |
SoImageVizEngineAnalysisOutput < SbImageVolumeDetail > | outResult |
The SoImageVolumeQuantification engine measures the total image volume in 2D and 3D.
For an introduction, see section Morphometry.
This module measures the total image volume in 2D and 3D. The measurement is simply the total number of pixels/voxels of the image. This module's computations take into account pixel/voxel size.
Where gx, gy and gz represent respectively the image size along x, y and z axis.
SoAverageObjectAreaPerSliceQuantification3d, SoTotalImageBoundaryAreaQuantification.
computeMode | MODE_AUTO |
inImage | NULL |
inMaskImage | NULL |
SoImageVolumeQuantification::SoImageVolumeQuantification | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The binary image for the mask or empty (command looks for only inside).
This parameter is optional. Default value is NULL. Supported types include: binary image.
The output measure result.
Default value is NULL.