![]() |
Visual Servoing Platform
version 3.2.0
|
Functions | |
VISP_EXPORT void | vp::stretchContrast (vpImage< unsigned char > &I) |
VISP_EXPORT void | vp::stretchContrast (const vpImage< unsigned char > &I1, vpImage< unsigned char > &I2) |
VISP_EXPORT void | vp::stretchContrast (vpImage< vpRGBa > &I) |
VISP_EXPORT void | vp::stretchContrast (const vpImage< vpRGBa > &I1, vpImage< vpRGBa > &I2) |
VISP_EXPORT void | vp::stretchContrastHSV (vpImage< vpRGBa > &I) |
VISP_EXPORT void | vp::stretchContrastHSV (const vpImage< vpRGBa > &I1, vpImage< vpRGBa > &I2) |
Contrast stretching.
Stretch the contrast of a grayscale image.
I1 | : The first input grayscale image. |
I2 | : The second output grayscale image. |
Definition at line 446 of file vpImgproc.cpp.
Stretch the contrast of a color image.
I1 | : The first input color image. |
I2 | : The second output color image. |
Definition at line 539 of file vpImgproc.cpp.
void vp::stretchContrast | ( | vpImage< unsigned char > & | I | ) |
Stretch the contrast of a grayscale image.
I | : The grayscale image to stretch the contrast. |
Definition at line 417 of file vpImgproc.cpp.
Stretch the contrast of a color image.
I | : The color image to stretch the contrast. |
Definition at line 460 of file vpImgproc.cpp.
Stretch the contrast of a color image in the HSV color space. The saturation and value components are stretch so the hue is preserved.
I1 | : The first input color image. |
I2 | : The second output color image. |
Definition at line 607 of file vpImgproc.cpp.
Stretch the contrast of a color image in the HSV color space. The saturation and value components are stretch so the hue is preserved.
I | : The color image to stetch the contrast in the HSV color space. |
Definition at line 554 of file vpImgproc.cpp.