ELocatorMetrics::GetNumUndetectedObjects

Number of undetected objects.
An undetected object is a ground truth object that is not matched to any predicted object of the same label with a proximity higher than ELocatorBase::SameLabelMaxObjectProximity.
A label can be specified to obtain the number of undetected objects for that label. Otherwise, the number of undetected objects is for all the labels.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetNumUndetectedObjects(
)

OEV_UINT32 GetNumUndetectedObjects(
   const std::string& label
)

OEV_UINT32 GetNumUndetectedObjects(
   int labelId
)

Parameters

label

Label

labelId

Index of the label

ELocatorMetrics.GetNumUndetectedObjects

Number of undetected objects.
An undetected object is a ground truth object that is not matched to any predicted object of the same label with a proximity higher than ELocatorBase::SameLabelMaxObjectProximity.
A label can be specified to obtain the number of undetected objects for that label. Otherwise, the number of undetected objects is for all the labels.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint GetNumUndetectedObjects(
)

uint GetNumUndetectedObjects(
   string label
)

uint GetNumUndetectedObjects(
   int labelId
)

Parameters

label

Label

labelId

Index of the label