SoMaskedStatisticsQuantification engine advanced basic statistics of an image within a mask. More...
#include <ImageViz/Engines/ImageAnalysis/Statistics/SoMaskedStatisticsQuantification.h>
Classes | |
class | SbStatisticsDetail |
Results details of statistics global measure. More... | |
Public Member Functions | |
SoMaskedStatisticsQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inImage |
SoSFImageDataAdapter | inMaskImage |
SoImageVizEngineAnalysisOutput < SbStatisticsDetail > | outResult |
For an introduction, see section Analysis.
This module gives the same results as the SoIntensityStatisticsQuantification engine but using only pixels/voxels under the mask image.
SoIntensityStatisticsQuantification
computeMode | MODE_AUTO |
inImage | NULL |
inMaskImage | NULL |
SoMaskedStatisticsQuantification::SoMaskedStatisticsQuantification | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The input binary mask image.
Default value is NULL. Supported types include: binary color image.
The output measure result.
Default value is NULL.