Click or drag to resize
SoObjectCountQuantificationSbObjectCountDetail Structure

Note: This API is now obsolete.

Results details of objects count global measure.

Namespace: OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.2.3.0 (2023.2.3)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.")]
public struct SbObjectCountDetail

The SoObjectCountQuantificationSbObjectCountDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoObjectCountQuantificationSbObjectCountDetail(SoImageAnalysisResult)
Calls SbObjectCountDetail(analysis, System.Int32(0)).
Public methodSoObjectCountQuantificationSbObjectCountDetail(SoImageAnalysisResult, Int32)
Initializes a new instance of the SoObjectCountQuantificationSbObjectCountDetail 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 propertyObjectNumber

The number of labeled objects.

Top
Remarks

See Also