Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoMaskedStatisticsQuantification::SbStatisticsDetail Class Reference

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.
 

Detailed Description

Results details of statistics global measure.

Definition at line 80 of file SoMaskedStatisticsQuantification.h.

Constructor & Destructor Documentation

◆ SbStatisticsDetail()

SoMaskedStatisticsQuantification::SbStatisticsDetail::SbStatisticsDetail ( SoImageAnalysisResult analysis,
int  sequenceIndex = 0 
)

Member Function Documentation

◆ getIntensityRange()

float SoMaskedStatisticsQuantification::SbStatisticsDetail::getIntensityRange ( ) const
inline

Number of levels for an integer image, maximum minus minimum for a floating image.

Definition at line 99 of file SoMaskedStatisticsQuantification.h.

◆ getKurtosis()

float SoMaskedStatisticsQuantification::SbStatisticsDetail::getKurtosis ( ) const
inline

The degree of peakedness of intensities distribution.

Definition at line 115 of file SoMaskedStatisticsQuantification.h.

◆ getMaximum()

float SoMaskedStatisticsQuantification::SbStatisticsDetail::getMaximum ( ) const
inline

The image maximal value of intensities.

Definition at line 95 of file SoMaskedStatisticsQuantification.h.

◆ getMean()

float SoMaskedStatisticsQuantification::SbStatisticsDetail::getMean ( ) const
inline

The image mean value of intensities.

Definition at line 103 of file SoMaskedStatisticsQuantification.h.

◆ getMinimum()

float SoMaskedStatisticsQuantification::SbStatisticsDetail::getMinimum ( ) const
inline

The image minimal value of intensities.

Definition at line 91 of file SoMaskedStatisticsQuantification.h.

◆ getPixelNumber()

unsigned long SoMaskedStatisticsQuantification::SbStatisticsDetail::getPixelNumber ( ) const
inline

The number of pixels in the image.

Definition at line 87 of file SoMaskedStatisticsQuantification.h.

◆ getSkewness()

float SoMaskedStatisticsQuantification::SbStatisticsDetail::getSkewness ( ) const
inline

The degree of asymmetry of intensities distribution.

Definition at line 111 of file SoMaskedStatisticsQuantification.h.

◆ getStandardDeviation()

float SoMaskedStatisticsQuantification::SbStatisticsDetail::getStandardDeviation ( ) const
inline

The image mean value of intensities.

Definition at line 107 of file SoMaskedStatisticsQuantification.h.


The documentation for this class was generated from the following file: