EDataAugmentation::GetMaxScale

EDataAugmentation::SetMaxScale

Sets the maximum scaling allowed. Its value must be strictly positive and over EDataAugmentation::MinScale.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMaxScale() const

void SetMaxScale(float maxScale)

EDataAugmentation.MaxScale

Sets the maximum scaling allowed. Its value must be strictly positive and over EDataAugmentation::MinScale.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MaxScale

{ get; set; }