Click or drag to resize
SoAreaQuantification2dSbArea2DDetail Structure

Results details of 2d Area measurement.

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 SbArea2DDetail

The SoAreaQuantification2dSbArea2DDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoAreaQuantification2dSbArea2DDetail(SoImageAnalysisResult)
Calls SbArea2DDetail(analysis, System.Int32(0)).
Public methodSoAreaQuantification2dSbArea2DDetail(SoImageAnalysisResult, Int32)
Initializes a new instance of the SoAreaQuantification2dSbArea2DDetail 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 propertyArea

The area in calibration unit.

Public propertyPixelDensity

The number of object pixels divided by the pixels number of the image.

Public propertyPixelNumber

The area in pixels (number of object pixels).

Top
Remarks