EDataAugmentation::GetMaxSaturationGain

EDataAugmentation::SetMaxSaturationGain

Sets the maximum saturation gain. Its value must be over or equal to EDataAugmentation::MinSaturationGain.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMaxSaturationGain() const

void SetMaxSaturationGain(float saturationGain)

Remarks

The saturation transformation is performed by multiplying the saturation of each pixel by a value between EDataAugmentation::MinSaturationGain and EDataAugmentation::MaxSaturationGain.

EDataAugmentation.MaxSaturationGain

Sets the maximum saturation gain. Its value must be over or equal to EDataAugmentation::MinSaturationGain.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MaxSaturationGain

{ get; set; }

Remarks

The saturation transformation is performed by multiplying the saturation of each pixel by a value between EDataAugmentation::MinSaturationGain and EDataAugmentation::MaxSaturationGain.