From cdbe5c7d3cdad3c603fa96414175a8bf9b918414 Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Wed, 4 Jan 2017 14:54:06 +0100 Subject: [PATCH] fix link for thinningTypes --- modules/ximgproc/include/opencv2/ximgproc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);