Class SoIntensityStatisticsQuantification.SbStatisticsDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.statistics.SoIntensityStatisticsQuantification.SbStatisticsDetail
-
- Enclosing class:
- SoIntensityStatisticsQuantification
public static class SoIntensityStatisticsQuantification.SbStatisticsDetail extends Inventor
Results details of statistics 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 SbStatisticsDetail(SoImageAnalysisResult analysis)
Calls SbStatisticsDetail(analysis, (int)0).SbStatisticsDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getIntensityRange()
Number of levels for an integer image, maximum minus minimum for a floating image.float
getKurtosis()
The degree of peakedness of intensities distribution.float
getMaximum()
The image maximal value of intensities.float
getMean()
The image mean value of intensities.float
getMinimum()
The image minimal value of intensities.long
getPixelNumber()
The number of pixels in the image.float
getSkewness()
The degree of asymmetry of intensities distribution.float
getStandardDeviation()
The image mean value of intensities.void
setValue(SoIntensityStatisticsQuantification.SbStatisticsDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbStatisticsDetail
public SbStatisticsDetail(SoImageAnalysisResult analysis)
Calls SbStatisticsDetail(analysis, (int)0).
-
SbStatisticsDetail
public SbStatisticsDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
getPixelNumber
public long getPixelNumber()
The number of pixels in the image.
-
setValue
public void setValue(SoIntensityStatisticsQuantification.SbStatisticsDetail copyFrom)
-
getMean
public float getMean()
The image mean value of intensities.
-
getMaximum
public float getMaximum()
The image maximal value of intensities.
-
getStandardDeviation
public float getStandardDeviation()
The image mean value of intensities.
-
getIntensityRange
public float getIntensityRange()
Number of levels for an integer image, maximum minus minimum for a floating image.
-
getKurtosis
public float getKurtosis()
The degree of peakedness of intensities distribution.
-
getMinimum
public float getMinimum()
The image minimal value of intensities.
-
getSkewness
public float getSkewness()
The degree of asymmetry of intensities distribution.
-
-