EClassificationDataset::GetMinContrastGain
EClassificationDataset::SetMinContrastGain
Minimum contrast gain. Its value must be strictly positive and below EClassificationDataset::MaxContrastGain
.
Namespace: Euresys::Open_eVision::EasyDeepLearning
[C++]
float GetMinContrastGain() const
void SetMinContrastGain(float val)
Remarks
Contrast transformation is performed by multiplying each mean-centered pixel value by a
gain value taken between EClassificationDataset::MinContrastGain
and EClassificationDataset::MaxContrastGain
.
A contrast transformation does not change the overall brightness of an image.
EClassificationDataset.MinContrastGain
Minimum contrast gain. Its value must be strictly positive and below EClassificationDataset.MaxContrastGain
.
Namespace: Euresys.Open_eVision.EasyDeepLearning
[C#]
float MinContrastGain
{ get; set; }
Remarks
Contrast transformation is performed by multiplying each mean-centered pixel value by a
gain value taken between EClassificationDataset.MinContrastGain
and EClassificationDataset.MaxContrastGain
.
A contrast transformation does not change the overall brightness of an image.
EClassificationDataset.MinContrastGain
Minimum contrast gain. Its value must be strictly positive and below EClassificationDataset.MaxContrastGain
.
Module: open_evision.EasyDeepLearning
[Python]
MinContrastGain: float
{get; set}
Remarks
Contrast transformation is performed by multiplying each mean-centered pixel value by a
gain value taken between EClassificationDataset.MinContrastGain
and EClassificationDataset.MaxContrastGain
.
A contrast transformation does not change the overall brightness of an image.