Results details of cooccurrence global measure. More...
#include <ImageViz/Engines/ImageAnalysis/Statistics/SoCooccurrenceQuantification2d.h>
Public Member Functions | |
SbCoocurrrenceDetail (SoImageAnalysisResult *analysis, int sequenceIndex=0) | |
unsigned long | getPixelNumber () const |
float | getASM () const |
float | getContrast () const |
float | getCorrelation () const |
float | getSSV () const |
float | getIDM () const |
float | getSumAverage () const |
float | getSumVariance () const |
float | getSumEntropy () const |
float | getEntropy () const |
float | getDifferenceVariance () const |
float | getDifferenceEntropy () const |
float | getCorrelationInfo1 () const |
float | getCorrelationInfo2 () const |
Results details of cooccurrence global measure.
SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::SbCoocurrrenceDetail | ( | SoImageAnalysisResult * | analysis, | |
int | sequenceIndex = 0 | |||
) |
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getASM | ( | ) | const [inline] |
The angular second moment indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getContrast | ( | ) | const [inline] |
The contrast indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getCorrelation | ( | ) | const [inline] |
The correlation indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getCorrelationInfo1 | ( | ) | const [inline] |
The correlation information measure 1.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getCorrelationInfo2 | ( | ) | const [inline] |
The correlation information measure 2.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getDifferenceEntropy | ( | ) | const [inline] |
The difference entropy indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getDifferenceVariance | ( | ) | const [inline] |
The difference variance indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getEntropy | ( | ) | const [inline] |
The entropy indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getIDM | ( | ) | const [inline] |
The inverse difference moment (homogeneity).
unsigned long SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getPixelNumber | ( | ) | const [inline] |
The number of processed pixels.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getSSV | ( | ) | const [inline] |
The sum of square variance indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getSumAverage | ( | ) | const [inline] |
The sum average indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getSumEntropy | ( | ) | const [inline] |
The sum entropy indicator.
float SoCooccurrenceQuantification2d::SbCoocurrrenceDetail::getSumVariance | ( | ) | const [inline] |
The sum variance indicator.