Visual Servoing Platform
version 3.6.1 under development (2024-11-21)
|
Functions | |
VISP_EXPORT void | VISP_NAMESPACE_NAME::unsharpMask (VISP_NAMESPACE_ADDRESSING vpImage< unsigned char > &I, float sigma, double weight=0.6) |
VISP_EXPORT void | VISP_NAMESPACE_NAME::unsharpMask (const VISP_NAMESPACE_ADDRESSING vpImage< unsigned char > &I, VISP_NAMESPACE_ADDRESSING vpImage< unsigned char > &Ires, float sigma, double weight=0.6) |
VISP_EXPORT void | VISP_NAMESPACE_NAME::unsharpMask (VISP_NAMESPACE_ADDRESSING vpImage< VISP_NAMESPACE_ADDRESSING vpRGBa > &I, float sigma, double weight=0.6) |
VISP_EXPORT void | VISP_NAMESPACE_NAME::unsharpMask (const VISP_NAMESPACE_ADDRESSING vpImage< VISP_NAMESPACE_ADDRESSING vpRGBa > &I, VISP_NAMESPACE_ADDRESSING vpImage< VISP_NAMESPACE_ADDRESSING vpRGBa > &Ires, float sigma, double weight=0.6) |
Image sharpening.
VISP_EXPORT void VISP_NAMESPACE_NAME::unsharpMask | ( | const VISP_NAMESPACE_ADDRESSING vpImage< unsigned char > & | I, |
VISP_NAMESPACE_ADDRESSING vpImage< unsigned char > & | Ires, | ||
float | sigma, | ||
double | weight = 0.6 |
||
) |
Sharpen a grayscale image using the unsharp mask technique.
I | : The input grayscale image. |
Ires | : The output grayscale image. |
sigma | : Standard deviation for Gaussian kernel. |
weight | : Weight (between [0 - 1[) for the sharpening process. |
VISP_EXPORT void VISP_NAMESPACE_NAME::unsharpMask | ( | const VISP_NAMESPACE_ADDRESSING vpImage< VISP_NAMESPACE_ADDRESSING vpRGBa > & | I, |
VISP_NAMESPACE_ADDRESSING vpImage< VISP_NAMESPACE_ADDRESSING vpRGBa > & | Ires, | ||
float | sigma, | ||
double | weight = 0.6 |
||
) |
Sharpen a color image using the unsharp mask technique.
I | : The input color image. |
Ires | : The output color image. |
sigma | : Standard deviation for Gaussian kernel. |
weight | : Weight (between [0 - 1[) for the sharpening process. |
VISP_EXPORT void VISP_NAMESPACE_NAME::unsharpMask | ( | VISP_NAMESPACE_ADDRESSING vpImage< unsigned char > & | I, |
float | sigma, | ||
double | weight = 0.6 |
||
) |
Sharpen a grayscale image using the unsharp mask technique.
I | : The grayscale image to sharpen. |
sigma | : Standard deviation for Gaussian kernel. |
weight | : Weight (between [0 - 1[) for the sharpening process. |
Referenced by VISP_NAMESPACE_NAME::unsharpMask().
VISP_EXPORT void VISP_NAMESPACE_NAME::unsharpMask | ( | VISP_NAMESPACE_ADDRESSING vpImage< VISP_NAMESPACE_ADDRESSING vpRGBa > & | I, |
float | sigma, | ||
double | weight = 0.6 |
||
) |
Sharpen a color image using the unsharp mask technique.
I | : The color image to sharpen. |
sigma | : Standard deviation for Gaussian kernel. |
weight | : Weight (between [0 - 1[) for the sharpening process. |