SoLabelAnalysisQuantification engine performs measurements on objects from a label image. More...
#include <ImageViz/Engines/ImageAnalysis/IndividualMeasures/SoLabelAnalysisQuantification.h>
Public Member Functions | |
SoLabelAnalysisQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inLabelImage |
SoSFImageDataAdapter | inIntensityImage |
SoMFDataMeasure | measureList |
SoSFDataMeasureAttributes | measureAttributes |
SoImageVizEngineOutput < SoSFLabelAnalysisResult, SoLabelAnalysisResult * > | outAnalysis |
For an introduction, see:
The SoLabelAnalysisQuantification engine computes measurements of measure list on each cell or connected component of the input image, and generates an output object SoLabelAnalysisResult containing the result values. If input images provides a coordinates unit, result values are expressed according to that coordinates unit. More details about each label measurement can be found in the list of available measures contained in SoDataMeasurePredefined.
SoLabelFilteringAnalysisQuantification, SoGlobalAnalysisQuantification.
computeMode | MODE_AUTO |
inLabelImage | NULL |
inIntensityImage | NULL |
measureList | 0 |
SoLabelAnalysisQuantification::SoLabelAnalysisQuantification | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The intensity image Default value is NULL.
Supported types include: grayscale binary label color image.
The input label image Default value is NULL.
Supported types include: label color image.
The measure attributes to customize measurement.
The list of measures to compute.
Default value is 0.
SoImageVizEngineOutput<SoSFLabelAnalysisResult,SoLabelAnalysisResult*> SoLabelAnalysisQuantification::outAnalysis |
The output analysis.
Default value is NULL.