mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 11:21:39 +08:00
Fixed typo.
This commit is contained in:

committed by
Alexander Smorkalov

parent
b31e55b6b5
commit
444123e346
@@ -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);
|
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:
|
The function applies Perona-Malik anisotropic diffusion to an image. This is the solution to the partial differential equation:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user