Class SoIntensityStatisticsQuantification

  • All Implemented Interfaces:
    SafeDisposable

    public class SoIntensityStatisticsQuantification
    extends SoImageVizEngine
    SoIntensityStatisticsQuantification engine advanced basic statistics of an image. For an introduction to global measurements, see section Image Analysis Operations.

    The SoIntensityStatisticsQuantification engine gives some of the image characteristics such as: the total number of pixels/voxels, the minimum and maximum gray levels, the mean, the range, the standard deviation, the kurtosis and the skewness.

    The SKEWNESS is the degree of asymmetry of a distribution. If the distribution has a tail length smaller than the maximum, the function has negative skewness. Otherwise, it has positive skewness.

    The KURTOSIS is the degree of peakedness of a distribution, also called the "excess" or "excess coefficient." Kurtosis is a normalized form of the fourth central moment of a distribution.

    File format/default:

    IntensityStatisticsQuantification {

      computeMode MODE_AUTO
      inImage NULL
      rangeMode MIN_MAX
      intensityRangeInput 0 255
    }


    Library references: statistics