Click or drag to resize
SoLabelAnalysisResultGetNumLabels Method

Returns the total number of different labels in the label analysis result.

Namespace: OIV.ImageViz.Nodes.Analysis
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public ulong GetNumLabels()

Return Value

Type: UInt64
Remarks

this is the sum of the label count in each image analysed.

See Also