Click or drag to resize
SoIntensityStatisticsQuantificationSbStatisticsDetail Structure

Results details of statistics global measure.

Namespace: OIV.ImageViz.Engines.ImageAnalysis.Statistics
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public struct SbStatisticsDetail

The SoIntensityStatisticsQuantificationSbStatisticsDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoIntensityStatisticsQuantificationSbStatisticsDetail(SoImageAnalysisResult)
Calls SbStatisticsDetail(analysis, System.Int32(0)).
Public methodSoIntensityStatisticsQuantificationSbStatisticsDetail(SoImageAnalysisResult, Int32)
Initializes a new instance of the SoIntensityStatisticsQuantificationSbStatisticsDetail class
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyIntensityRange

Number of levels for an integer image, maximum minus minimum for a floating image.

Public propertyKurtosis

The degree of peakedness of intensities distribution.

Public propertyMaximum

The image maximal value of intensities.

Public propertyMean

The image mean value of intensities.

Public propertyMinimum

The image minimal value of intensities.

Public propertyPixelNumber

The number of pixels in the image.

Public propertySkewness

The degree of asymmetry of intensities distribution.

Public propertyStandardDeviation

The image mean value of intensities.

Top
Remarks