From 061149cbbd7cd851d7914e9b25d76a09fc7505cc Mon Sep 17 00:00:00 2001 From: tompollok Date: Thu, 2 Aug 2018 18:00:43 +0200 Subject: [PATCH] imgproc: update cornerSubPix documentation --- modules/imgproc/include/opencv2/imgproc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index a831d0e..6d1759a 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -1861,7 +1861,7 @@ gradient term \f$G\f$ and the second gradient term \f$b\f$ gives: The algorithm sets the center of the neighborhood window at this new center \f$q\f$ and then iterates until the center stays within a set threshold. -@param image Input image. +@param image Input single-channel, 8-bit or float image. @param corners Initial coordinates of the input corners and refined coordinates provided for output. @param winSize Half of the side length of the search window. For example, if winSize=Size(5,5) , -- 2.7.4