EClassificationDataset::GetMaxBrightnessOffset

EClassificationDataset::SetMaxBrightnessOffset

Maximum absolute brightness offset. Its value must be between 0 and 1.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetMaxBrightnessOffset() const

void SetMaxBrightnessOffset(float offset)

Remarks

Brightness transformation is performed by adding a value taken between -EClassificationDataset::MaxBrightnessOffset and +EClassificationDataset::MaxBrightnessOffset to each pixel of the normalized image.

EClassificationDataset.MaxBrightnessOffset

Maximum absolute brightness offset. Its value must be between 0 and 1.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float MaxBrightnessOffset

{ get; set; }

Remarks

Brightness transformation is performed by adding a value taken between -EClassificationDataset::MaxBrightnessOffset and +EClassificationDataset::MaxBrightnessOffset to each pixel of the normalized image.