![]() |
Visual Servoing Platform
version 3.2.0
|
Functions | |
VISP_EXPORT void | vp::gammaCorrection (vpImage< unsigned char > &I, const double gamma) |
VISP_EXPORT void | vp::gammaCorrection (const vpImage< unsigned char > &I1, vpImage< unsigned char > &I2, const double gamma) |
VISP_EXPORT void | vp::gammaCorrection (vpImage< vpRGBa > &I, const double gamma) |
VISP_EXPORT void | vp::gammaCorrection (const vpImage< vpRGBa > &I1, vpImage< vpRGBa > &I2, const double gamma) |
Gamma correction.
void vp::gammaCorrection | ( | const vpImage< unsigned char > & | I1, |
vpImage< unsigned char > & | I2, | ||
const double | gamma | ||
) |
Perform a gamma correction on a grayscale image.
I1 | : The first grayscale image. |
I2 | : The second grayscale image after gamma correction. |
gamma | : Gamma value. |
Definition at line 360 of file vpImgproc.cpp.
void vp::gammaCorrection | ( | const vpImage< vpRGBa > & | I1, |
vpImage< vpRGBa > & | I2, | ||
const double | gamma | ||
) |
Perform a gamma correction on a color image.
I1 | : The first color image. |
I2 | : The second color image after gamma correction. |
gamma | : Gamma value. |
Definition at line 404 of file vpImgproc.cpp.
void vp::gammaCorrection | ( | vpImage< unsigned char > & | I, |
const double | gamma | ||
) |
Perform a gamma correction on a grayscale image.
I | : The grayscale image to apply gamma correction. |
gamma | : Gamma value. |
Definition at line 333 of file vpImgproc.cpp.
Perform a gamma correction on a color image.
I | : The color image to apply gamma correction. |
gamma | : Gamma value. |
Definition at line 374 of file vpImgproc.cpp.