EDataAugmentation::GetMaxContrastGain

EDataAugmentation::SetMaxContrastGain

Sets the maximum contrast gain. Its value must be strictly positive and over EDataAugmentation::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 EDataAugmentation::MinContrastGain and EDataAugmentation::MaxContrastGain. A contrast transformation does not change the overall brightness of an image.

EDataAugmentation.MaxContrastGain

Sets the maximum contrast gain. Its value must be strictly positive and over EDataAugmentation::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 EDataAugmentation::MinContrastGain and EDataAugmentation::MaxContrastGain. A contrast transformation does not change the overall brightness of an image.