SoObjectSpecificSurfaceQuantification engine More...
#include <ImageViz/Engines/ImageAnalysis/Morphometry/SoObjectSpecificSurfaceQuantification.h>
Classes | |
class | SbObjectSpecificSurface |
Results details of object specific surface global measure. More... | |
Public Member Functions | |
SoObjectSpecificSurfaceQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inBinaryImage |
SoImageVizEngineAnalysisOutput < SbObjectSpecificSurface > | outResult |
The SoObjectSpecificSurfaceQuantification engine measures the ratio of binarised surface to volume.
For an introduction, see section Morphometry.
This engine measures the ratio of binarised surface to volume measured as described below in both 2D and 3D within the image.
In the 2D case is calculated as the division of the perimeter by area. In the 3D case is calculated as the division of the SoAreaQuantification3d engine's result by the 3D volume.
SoObjectImageRatioQuantification.
computeMode | MODE_AUTO |
inBinaryImage | NULL |
SoObjectSpecificSurfaceQuantification::SoObjectSpecificSurfaceQuantification | ( | ) |
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.
SoImageVizEngineAnalysisOutput<SbObjectSpecificSurface> SoObjectSpecificSurfaceQuantification::outResult |
The output measure result.
Default value is NULL.