Class SoMaskedStatisticsQuantification.SbStatisticsDetail

  • Enclosing class:
    SoMaskedStatisticsQuantification

    @Deprecated(since="2023.2")
    public static class SoMaskedStatisticsQuantification.SbStatisticsDetail
    extends Inventor
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    Results details of statistics global measure.
    • Constructor Detail

      • SbStatisticsDetail

        public SbStatisticsDetail​(SoImageAnalysisResult analysis)
        Deprecated.
        Calls SbStatisticsDetail(analysis, (int)0).
      • SbStatisticsDetail

        public SbStatisticsDetail​(SoImageAnalysisResult analysis,
                                  int sequenceIndex)
        Deprecated.
    • Method Detail

      • getPixelNumber

        public long getPixelNumber()
        Deprecated.
        The number of pixels in the image.
      • getMean

        public float getMean()
        Deprecated.
        The image mean value of intensities.
      • getMaximum

        public float getMaximum()
        Deprecated.
        The image maximal value of intensities.
      • getStandardDeviation

        public float getStandardDeviation()
        Deprecated.
        The image mean value of intensities.
      • getIntensityRange

        public float getIntensityRange()
        Deprecated.
        Number of levels for an integer image, maximum minus minimum for a floating image.
      • getKurtosis

        public float getKurtosis()
        Deprecated.
        The degree of peakedness of intensities distribution.
      • getMinimum

        public float getMinimum()
        Deprecated.
        The image minimal value of intensities.
      • getSkewness

        public float getSkewness()
        Deprecated.
        The degree of asymmetry of intensities distribution.