SoAverageObjectAreaPerSliceQuantification3d engine More...
#include <ImageViz/Engines/ImageAnalysis/Morphometry/SoAverageObjectAreaPerSliceQuantification3d.h>
Classes | |
class | SbAverageObjectAreaPerSliceDetail |
Results details of average object area per slice global measure. More... | |
Public Member Functions | |
SoAverageObjectAreaPerSliceQuantification3d () | |
Public Attributes | |
SoSFImageDataAdapter | inObjectImage |
SoSFImageDataAdapter | inMaskImage |
SoImageVizEngineAnalysisOutput < SbAverageObjectAreaPerSliceDetail > | outResult |
The SoAverageObjectAreaPerSliceQuantification3d engine computes the average objects area along image planes.
For an introduction, see section Morphometry.
This engine computes the average objects area along image planes. It can be used as an indicator of connectivity since great number of small objects along image planes may result in high fragmentation ratio. On the other hand, a small number of objects with large area along image planes may lead to high connectivity.
SoTotalImageBoundaryAreaQuantification.
inObjectImage | NULL |
inMaskImage | NULL |
SoAverageObjectAreaPerSliceQuantification3d::SoAverageObjectAreaPerSliceQuantification3d | ( | ) |
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<SbAverageObjectAreaPerSliceDetail> SoAverageObjectAreaPerSliceQuantification3d::outResult |
The output measure result.
Default value is NULL.