Click or drag to resize
SoLabelAnalysisResultGetLongNumLabels Method

Note: This API is now obsolete.

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: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("Use GetNumLabels() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongNumLabels()

Return Value

Type: UInt64
Remarks

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

See Also