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

Minimum gamma for gamma correction. Its value must be strictly positive and below EClassificationDataset.MaxGamma.

Module: open_evision.EasyDeepLearning

[Python]

MinGamma: float

{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 @Class.MaxGamma`.