ELocatorResult::GetNumDetectedObjects

Number of detected objects in the image.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetNumDetectedObjects(
)

int GetNumDetectedObjects(
   const std::string& label
)

int GetNumDetectedObjects(
   int labelId
)

Parameters

label

Label for which to count the detected objects

labelId

Index of label for which to count the detected objects

ELocatorResult.GetNumDetectedObjects

Number of detected objects in the image.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int GetNumDetectedObjects(
)

int GetNumDetectedObjects(
   string label
)

int GetNumDetectedObjects(
   int labelId
)

Parameters

label

Label for which to count the detected objects

labelId

Index of label for which to count the detected objects