ELocatorMetrics::GetNumDetectedObjects

Number of detected objects.
A label can be specified to obtain the number of detected objects for that label. Otherwise, the number of detected objects is for all the labels.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetNumDetectedObjects(
)

OEV_UINT32 GetNumDetectedObjects(
   const std::string& label
)

OEV_UINT32 GetNumDetectedObjects(
   int labelId
)

Parameters

label

Label

labelId

Index of the label

ELocatorMetrics.GetNumDetectedObjects

Number of detected objects.
A label can be specified to obtain the number of detected objects for that label. Otherwise, the number of detected objects is for all the labels.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint GetNumDetectedObjects(
)

uint GetNumDetectedObjects(
   string label
)

uint GetNumDetectedObjects(
   int labelId
)

Parameters

label

Label

labelId

Index of the label