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 |
| The number of pixels in the image. | |
| float | getMinimum () const |
| The image minimal value of intensities. | |
| float | getMaximum () const |
| The image maximal value of intensities. | |
| float | getIntensityRange () const |
| Number of levels for an integer image, maximum minus minimum for a floating image. | |
| float | getMean () const |
| The image mean value of intensities. | |
| float | getStandardDeviation () const |
| The image mean value of intensities. | |
| float | getSkewness () const |
| The degree of asymmetry of intensities distribution. | |
| float | getKurtosis () const |
| The degree of peakedness of intensities distribution. | |
Results details of statistics global measure.
Definition at line 80 of file SoMaskedStatisticsQuantification.h.
| SoMaskedStatisticsQuantification::SbStatisticsDetail::SbStatisticsDetail | ( | SoImageAnalysisResult * | analysis, |
| int | sequenceIndex = 0 |
||
| ) |
|
inline |
Number of levels for an integer image, maximum minus minimum for a floating image.
Definition at line 99 of file SoMaskedStatisticsQuantification.h.
|
inline |
The degree of peakedness of intensities distribution.
Definition at line 115 of file SoMaskedStatisticsQuantification.h.
|
inline |
The image maximal value of intensities.
Definition at line 95 of file SoMaskedStatisticsQuantification.h.
|
inline |
The image mean value of intensities.
Definition at line 103 of file SoMaskedStatisticsQuantification.h.
|
inline |
The image minimal value of intensities.
Definition at line 91 of file SoMaskedStatisticsQuantification.h.
|
inline |
The number of pixels in the image.
Definition at line 87 of file SoMaskedStatisticsQuantification.h.
|
inline |
The degree of asymmetry of intensities distribution.
Definition at line 111 of file SoMaskedStatisticsQuantification.h.
|
inline |
The image mean value of intensities.
Definition at line 107 of file SoMaskedStatisticsQuantification.h.