EDataAugmentation::GetMaxGamma

EDataAugmentation::SetMaxGamma

Sets the maximum gamma for gamma correction. Its value must be higher than EDataAugmentation::MinGamma.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMaxGamma() const

void SetMaxGamma(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.MaxGamma

Sets the maximum gamma for gamma correction. Its value must be higher than EDataAugmentation::MinGamma.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MaxGamma

{ 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.