EClassificationDataset::GetMaxGamma

EClassificationDataset::SetMaxGamma

Maximum gamma for gamma correction. Its value must be higher than EClassificationDataset::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 EClassificationDataset::MinGamma and EClassificationDataset::MaxGamma.

EClassificationDataset.MaxGamma

Maximum gamma for gamma correction. Its value must be higher than EClassificationDataset::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 EClassificationDataset::MinGamma and EClassificationDataset::MaxGamma.