SoObjectBoundaryAreaQuantification engine More...
#include <ImageViz/Engines/ImageAnalysis/Morphometry/SoObjectBoundaryAreaQuantification.h>
Classes | |
class | SbObjectBoundaryAreaDetail |
Results details of object boundary area global measure. More... | |
Public Member Functions | |
SoObjectBoundaryAreaQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inBinaryImage |
SoSFImageDataAdapter | inMaskImage |
SoImageVizEngineAnalysisOutput < SbObjectBoundaryAreaDetail > | outResult |
The SoObjectBoundaryAreaQuantification engine measures the solid objects surface.
For an introduction, see section Morphometry.
This engine measures the surface area of solid objects.
This engine's computations take pixel/voxel size into account.
SoAverageObjectAreaPerSliceQuantification3d, SoTotalImageBoundaryAreaQuantification.
computeMode | MODE_AUTO |
inBinaryImage | NULL |
inMaskImage | NULL |
SoObjectBoundaryAreaQuantification::SoObjectBoundaryAreaQuantification | ( | ) |
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<SbObjectBoundaryAreaDetail> SoObjectBoundaryAreaQuantification::outResult |
The output measure result.
Default value is NULL.