EDataAugmentation::GetMinContrastGain

EDataAugmentation::SetMinContrastGain

Sets the minimum contrast gain. Its value must be strictly positive and below EDataAugmentation::MaxContrastGain.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMinContrastGain() const

void SetMinContrastGain(float val)

Remarks

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

EDataAugmentation.MinContrastGain

Sets the minimum contrast gain. Its value must be strictly positive and below EDataAugmentation::MaxContrastGain.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MinContrastGain

{ get; set; }

Remarks

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