EClassificationDataset::GetMaxContrastGain

EClassificationDataset::SetMaxContrastGain

Maximum contrast gain. Its value must be strictly positive and over EClassificationDataset::MinContrastGain.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMaxContrastGain() const

void SetMaxContrastGain(float val)

Remarks

Contrast transformation is performed by multiplying each mean-centered pixel value by a gain value taken between EClassificationDataset::MinContrastGain and EClassificationDataset::MaxContrastGain. A contrast transformation does not change the overall brightness of an image.

EClassificationDataset.MaxContrastGain

Maximum contrast gain. Its value must be strictly positive and over EClassificationDataset::MinContrastGain.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MaxContrastGain

{ get; set; }

Remarks

Contrast transformation is performed by multiplying each mean-centered pixel value by a gain value taken between EClassificationDataset::MinContrastGain and EClassificationDataset::MaxContrastGain. A contrast transformation does not change the overall brightness of an image.