EClassificationDataset::GetMaxHueOffset

EClassificationDataset::SetMaxHueOffset

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 -EClassificationDataset::MaxHueOffset and +EClassificationDataset::MaxHueOffset. This transformation only works for color images.

EClassificationDataset.MaxHueOffset

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 -EClassificationDataset::MaxHueOffset and +EClassificationDataset::MaxHueOffset. This transformation only works for color images.