EDataAugmentation::GetMinScale

EDataAugmentation::SetMinScale

Sets the minimum scaling allowed. Its value must be strictly positive and below EDataAugmentation::MaxScale.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMinScale() const

void SetMinScale(float minScale)

EDataAugmentation.MinScale

Sets the minimum scaling allowed. Its value must be strictly positive and below EDataAugmentation::MaxScale.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MinScale

{ get; set; }