SoLabelAnalysisResultGetNumLabels Method |
Returns the total number of different labels in the label analysis result.
Namespace: OIV.ImageViz.Nodes.AnalysisAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public ulong GetNumLabels()
Public Function GetNumLabels As ULong
public:
unsigned long long GetNumLabels()
member GetNumLabels : unit -> uint64
Return Value
Type:
UInt64Remarks this is the sum of the label count in each image analysed.
See Also