EDataAugmentation::GetMaxHueOffset

EDataAugmentation::SetMaxHueOffset

Sets the maximum absolute hue offset. Its value must be between 0 and 180 degrees.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMaxHueOffset() const

void SetMaxHueOffset(float hueOffset)

Remarks

The hue is represented as an angle between 0 and 360 degrees. The hue transformation is performed by rotating the hue of each pixel by a value between -EDataAugmentation::MaxHueOffset and +EDataAugmentation::MaxHueOffset. This transformation only works for color images.

EDataAugmentation.MaxHueOffset

Sets the maximum absolute hue offset. Its value must be between 0 and 180 degrees.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MaxHueOffset

{ get; set; }

Remarks

The hue is represented as an angle between 0 and 360 degrees. The hue transformation is performed by rotating the hue of each pixel by a value between -EDataAugmentation::MaxHueOffset and +EDataAugmentation::MaxHueOffset. This transformation only works for color images.