EDataAugmentation::GetMinGamma

EDataAugmentation::SetMinGamma

Sets the minimum gamma for gamma correction. Its value must be strictly positive and below EDataAugmentation::MaxGamma.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMinGamma() const

void SetMinGamma(float gamma)

Remarks

Gamma correction transformation is performed by raising each normalized pixel value to the power of gamma with gamma taken between EDataAugmentation::MinGamma and EDataAugmentation::MaxGamma.

EDataAugmentation.MinGamma

Sets the minimum gamma for gamma correction. Its value must be strictly positive and below EDataAugmentation::MaxGamma.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MinGamma

{ get; set; }

Remarks

Gamma correction transformation is performed by raising each normalized pixel value to the power of gamma with gamma taken between EDataAugmentation::MinGamma and EDataAugmentation::MaxGamma.