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 floatgetASM()The angular second moment indicator.floatgetContrast()The contrast indicator.floatgetCorrelation()The correlation indicator.floatgetCorrelationInfo1()The correlation information measure 1.floatgetCorrelationInfo2()The correlation information measure 2.floatgetDifferenceEntropy()The difference entropy indicator.floatgetDifferenceVariance()The difference variance indicator.floatgetEntropy()The entropy indicator.floatgetIDM()The inverse difference moment (homogeneity).longgetPixelNumber()The number of processed pixels.floatgetSSV()The sum of square variance indicator.floatgetSumAverage()The sum average indicator.floatgetSumEntropy()The sum entropy indicator.floatgetSumVariance()The sum variance indicator.voidsetValue(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.
-
-