Click or drag to resize
SoIntensityIntegralQuantification3dSbVolumeDetail Structure

Results details of volume global measure.

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

The SoIntensityIntegralQuantification3dSbVolumeDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoIntensityIntegralQuantification3dSbVolumeDetail(SoImageAnalysisResult)
Calls SbVolumeDetail(analysis, System.Int32(0)).
Public methodSoIntensityIntegralQuantification3dSbVolumeDetail(SoImageAnalysisResult, Int32)
Initializes a new instance of the SoIntensityIntegralQuantification3dSbVolumeDetail 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 propertyDensity

The sum of image intensities (only in binary case).

Public propertyIntensityIntegral

The sum of image intensities (volume for a binary image).

Top
Remarks