Results details of statistics global measure. More...
#include <ImageViz/Engines/ImageAnalysis/Statistics/SoMaskedStatisticsQuantification.h>
Public Member Functions | |
SbStatisticsDetail (SoImageAnalysisResult *analysis, int sequenceIndex=0) | |
unsigned long | getPixelNumber () const |
float | getMinimum () const |
float | getMaximum () const |
float | getIntensityRange () const |
float | getMean () const |
float | getStandardDeviation () const |
float | getSkewness () const |
float | getKurtosis () const |
Results details of statistics global measure.
SoMaskedStatisticsQuantification::SbStatisticsDetail::SbStatisticsDetail | ( | SoImageAnalysisResult * | analysis, | |
int | sequenceIndex = 0 | |||
) |
float SoMaskedStatisticsQuantification::SbStatisticsDetail::getIntensityRange | ( | ) | const [inline] |
Number of levels for an integer image, maximum minus minimum for a floating image.
float SoMaskedStatisticsQuantification::SbStatisticsDetail::getKurtosis | ( | ) | const [inline] |
The degree of peakedness of intensities distribution.
float SoMaskedStatisticsQuantification::SbStatisticsDetail::getMaximum | ( | ) | const [inline] |
The image maximal value of intensities.
float SoMaskedStatisticsQuantification::SbStatisticsDetail::getMean | ( | ) | const [inline] |
The image mean value of intensities.
float SoMaskedStatisticsQuantification::SbStatisticsDetail::getMinimum | ( | ) | const [inline] |
The image minimal value of intensities.
unsigned long SoMaskedStatisticsQuantification::SbStatisticsDetail::getPixelNumber | ( | ) | const [inline] |
The number of pixels in the image.
float SoMaskedStatisticsQuantification::SbStatisticsDetail::getSkewness | ( | ) | const [inline] |
The degree of asymmetry of intensities distribution.
float SoMaskedStatisticsQuantification::SbStatisticsDetail::getStandardDeviation | ( | ) | const [inline] |
The image mean value of intensities.