30 : m_contrast(ENHANCEMENT_NONE),
ContrastEnhancementType
The type of contrast enhancement.
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
void setGammaValue(const double &v)
ContrastEnhancement()
It initializes a new ContrastEnhancement.
~ContrastEnhancement()
Destructor.
double m_gammaValue
It tells how much to brighten (values greater than 1.0) or dim (values less than 1.0) an image. (Optional)
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
#define TE_SE_DEFAULT_GAMMA_VALUE
It specifies the default gamma value.
void setContrastEnhancementType(ContrastEnhancementType t)
ContrastEnhancementType m_contrast
Contrast enhancement type. (Optional)
ContrastEnhancement * clone() const
It creates a new copy of this object.