Class SoCooccurrenceQuantification2d.SbCoocurrrenceDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.statistics.SoCooccurrenceQuantification2d.SbCoocurrrenceDetail
-
- Enclosing class:
- SoCooccurrenceQuantification2d
public static class SoCooccurrenceQuantification2d.SbCoocurrrenceDetail extends Inventor
Results details of cooccurrence global measure.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SbCoocurrrenceDetail(SoImageAnalysisResult analysis)
Calls SbCoocurrrenceDetail(analysis, (int)0).SbCoocurrrenceDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getASM()
The angular second moment indicator.float
getContrast()
The contrast indicator.float
getCorrelation()
The correlation indicator.float
getCorrelationInfo1()
The correlation information measure 1.float
getCorrelationInfo2()
The correlation information measure 2.float
getDifferenceEntropy()
The difference entropy indicator.float
getDifferenceVariance()
The difference variance indicator.float
getEntropy()
The entropy indicator.float
getIDM()
The inverse difference moment (homogeneity).long
getPixelNumber()
The number of processed pixels.float
getSSV()
The sum of square variance indicator.float
getSumAverage()
The sum average indicator.float
getSumEntropy()
The sum entropy indicator.float
getSumVariance()
The sum variance indicator.void
setValue(SoCooccurrenceQuantification2d.SbCoocurrrenceDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbCoocurrrenceDetail
public SbCoocurrrenceDetail(SoImageAnalysisResult analysis)
Calls SbCoocurrrenceDetail(analysis, (int)0).
-
SbCoocurrrenceDetail
public SbCoocurrrenceDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
getCorrelationInfo2
public float getCorrelationInfo2()
The correlation information measure 2.
-
getASM
public float getASM()
The angular second moment indicator.
-
getCorrelationInfo1
public float getCorrelationInfo1()
The correlation information measure 1.
-
getPixelNumber
public long getPixelNumber()
The number of processed pixels.
-
getSumVariance
public float getSumVariance()
The sum variance indicator.
-
setValue
public void setValue(SoCooccurrenceQuantification2d.SbCoocurrrenceDetail copyFrom)
-
getIDM
public float getIDM()
The inverse difference moment (homogeneity).
-
getEntropy
public float getEntropy()
The entropy indicator.
-
getSumAverage
public float getSumAverage()
The sum average indicator.
-
getSumEntropy
public float getSumEntropy()
The sum entropy indicator.
-
getSSV
public float getSSV()
The sum of square variance indicator.
-
getDifferenceEntropy
public float getDifferenceEntropy()
The difference entropy indicator.
-
getContrast
public float getContrast()
The contrast indicator.
-
getDifferenceVariance
public float getDifferenceVariance()
The difference variance indicator.
-
getCorrelation
public float getCorrelation()
The correlation indicator.
-
-