EClassificationDataset::GetMinGamma

EClassificationDataset::SetMinGamma

Minimum gamma for gamma correction. Its value must be strictly positive and below EClassificationDataset::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 EClassificationDataset::MinGamma and EClassificationDataset::MaxGamma.

EClassificationDataset.MinGamma

Minimum gamma for gamma correction. Its value must be strictly positive and below EClassificationDataset::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 EClassificationDataset::MinGamma and EClassificationDataset::MaxGamma.