SoObjectSurfaceDensityQuantification engine More...
#include <ImageViz/Engines/ImageAnalysis/Morphometry/SoObjectSurfaceDensityQuantification.h>
Classes | |
class | SbObjectSurfaceDensityDetail |
Results details of object surface density global measure. More... | |
Public Member Functions | |
SoObjectSurfaceDensityQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inBinaryImage |
SoSFImageDataAdapter | inMaskImage |
SoImageVizEngineAnalysisOutput < SbObjectSurfaceDensityDetail > | outResult |
The SoObjectSurfaceDensityQuantification engine measures the ratio of surface area to total volume.
For an introduction, see section Morphometry.
This engine measures the ratio of surface area to total volume measured as described below in both 2D and 3D within the image.
Where gx, gy and gz represent respectively the image size along x, y and z axis.
SoObjectImageRatioQuantification.
computeMode | MODE_AUTO |
inBinaryImage | NULL |
inMaskImage | NULL |
SoObjectSurfaceDensityQuantification::SoObjectSurfaceDensityQuantification | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input binary image.
Default value is NULL. Supported types include: binary 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.
SoImageVizEngineAnalysisOutput<SbObjectSurfaceDensityDetail> SoObjectSurfaceDensityQuantification::outResult |
The output measure result.
Default value is NULL.