diff --git a/modules/ximgproc/include/opencv2/ximgproc.hpp b/modules/ximgproc/include/opencv2/ximgproc.hpp index 7616a40be..1df7fa54a 100644 --- a/modules/ximgproc/include/opencv2/ximgproc.hpp +++ b/modules/ximgproc/include/opencv2/ximgproc.hpp @@ -118,7 +118,7 @@ The function transforms a binary blob image into a skeletized form using the tec @param src Source 8-bit single-channel image, containing binary blobs, with blobs having 255 pixel values. @param dst Destination image of the same size and the same type as src. The function can work in-place. -@param thinningType Value that defines which thinning algorithm should be used. See cv::ThinningTypes +@param thinningType Value that defines which thinning algorithm should be used. See cv::ximgproc::ThinningTypes */ CV_EXPORTS_W void thinning( InputArray src, OutputArray dst, int thinningType = THINNING_ZHANGSUEN);