fix link for thinningTypes

pull/934/head
StevenPuttemans 8 years ago
parent 7238cd27ba
commit cdbe5c7d3c
  1. 2
      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);

Loading…
Cancel
Save