SoAverageObjectNumberPerSliceQuantification3d engine More...
#include <ImageViz/Engines/ImageAnalysis/Morphometry/SoAverageObjectNumberPerSliceQuantification3d.h>
Classes | |
class | SbAverageObjectNumberPerSliceDetail |
Results details of average object number per slice global measure. More... | |
Public Member Functions | |
SoAverageObjectNumberPerSliceQuantification3d () | |
Public Attributes | |
SoSFImageDataAdapter | inObjectImage |
SoSFImageDataAdapter | inMaskImage |
SoImageVizEngineAnalysisOutput < SbAverageObjectNumberPerSliceDetail > | outResult |
The SoAverageObjectNumberPerSliceQuantification3d engine computes the average number of object along image planes.
For an introduction, see section Morphometry.
This engine computes the average number of objects along image planes. Interpretation of this measurement can be found in the SbAverageObjectNumberPerSliceDetail description.
SoAverageObjectAreaPerSliceQuantification3d, SoObjectBoundaryAreaQuantification.
inObjectImage | NULL |
inMaskImage | NULL |
SoAverageObjectNumberPerSliceQuantification3d::SoAverageObjectNumberPerSliceQuantification3d | ( | ) |
Constructor.
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 input 3D binary image.
Default value is NULL. Supported types include: binary image.
SoImageVizEngineAnalysisOutput<SbAverageObjectNumberPerSliceDetail> SoAverageObjectNumberPerSliceQuantification3d::outResult |
The output measure result.
Default value is NULL.