EInterestPointLocator::GetSameLabelMinDistance

EInterestPointLocator::SetSameLabelMinDistance

Minimum distance between two predicted objects with the same label.
This value must be between 0 and EInterestPointLocator::ObjectSize. It is internally converted to ELocatorBase::SameLabelMaxObjectProximity. Default value: EInterestPointLocator::ObjectSize / 3.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetSameLabelMinDistance() const

void SetSameLabelMinDistance(float val)

EInterestPointLocator.SameLabelMinDistance

Minimum distance between two predicted objects with the same label.
This value must be between 0 and EInterestPointLocator::ObjectSize. It is internally converted to ELocatorBase::SameLabelMaxObjectProximity. Default value: EInterestPointLocator::ObjectSize / 3.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float SameLabelMinDistance

{ get; set; }