ELocatorMetrics::GetNumCorrectlyDetectedObjects

Number of correctly detected objects.
A correctly detected object is a predicted object that has a "proximity" higher than ELocatorBase::SameLabelMaxObjectProximity with a ground truth object of the same label.
A label can be specified to obtain the number of correctly detected objects for that label. Otherwise, the number of correctly detected objects is for all the labels.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetNumCorrectlyDetectedObjects(
)

OEV_UINT32 GetNumCorrectlyDetectedObjects(
   const std::string& label
)

OEV_UINT32 GetNumCorrectlyDetectedObjects(
   int labelId
)

Parameters

label

Label

labelId

Index of the label

ELocatorMetrics.GetNumCorrectlyDetectedObjects

Number of correctly detected objects.
A correctly detected object is a predicted object that has a "proximity" higher than ELocatorBase::SameLabelMaxObjectProximity with a ground truth object of the same label.
A label can be specified to obtain the number of correctly detected objects for that label. Otherwise, the number of correctly detected objects is for all the labels.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint GetNumCorrectlyDetectedObjects(
)

uint GetNumCorrectlyDetectedObjects(
   string label
)

uint GetNumCorrectlyDetectedObjects(
   int labelId
)

Parameters

label

Label

labelId

Index of the label