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