ELocatorMetrics::GetAverageProximity

Average proximity of the predicted objects to the ground truth objects.
This value is the average of ELocatorMetrics::GetLabelAverageProximity over all the labels.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetAverageProximity() const

Remarks

Look at the documentation of ELocator and EInterestPointLocator for their definition of proximity.

ELocatorMetrics.AverageProximity

Average proximity of the predicted objects to the ground truth objects.
This value is the average of ELocatorMetrics::GetLabelAverageProximity over all the labels.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float AverageProximity

{ get; }

Remarks

Look at the documentation of ELocator and EInterestPointLocator for their definition of proximity.