1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00

Fixed typo.

This commit is contained in:
K Yasaswi Sri Chandra Gandhi
2019-03-12 19:06:31 +05:30
committed by Alexander Smorkalov
parent b31e55b6b5
commit 444123e346

View File

@@ -147,7 +147,7 @@ The function transforms a binary blob image into a skeletized form using the tec
*/
CV_EXPORTS_W void thinning( InputArray src, OutputArray dst, int thinningType = THINNING_ZHANGSUEN);
/** @brief Performs anisotropic diffusian on an image.
/** @brief Performs anisotropic diffusion on an image.
The function applies Perona-Malik anisotropic diffusion to an image. This is the solution to the partial differential equation: