ELocatorBase::GetDetectionThreshold

ELocatorBase::SetDetectionThreshold

Detection threshold. The detection threshold is set automatically during training to maximize accuracy. It can also be changed after training to obtain a different true positive/false positive tradeoff.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetDetectionThreshold() const

void SetDetectionThreshold(float threshold)

ELocatorBase.DetectionThreshold

Detection threshold. The detection threshold is set automatically during training to maximize accuracy. It can also be changed after training to obtain a different true positive/false positive tradeoff.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float DetectionThreshold

{ get; set; }