From 9b173e2db135c6a8cf644558ec4276cdee1d6aea Mon Sep 17 00:00:00 2001 From: Steven Puttemans Date: Mon, 21 Aug 2017 12:47:04 +0200 Subject: [PATCH] fix description of setTrackbarMin --- modules/highgui/include/opencv2/highgui.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/include/opencv2/highgui.hpp b/modules/highgui/include/opencv2/highgui.hpp index 875a2cd0de..bd97c8d0b2 100644 --- a/modules/highgui/include/opencv2/highgui.hpp +++ b/modules/highgui/include/opencv2/highgui.hpp @@ -592,7 +592,7 @@ panel. @param trackbarname Name of the trackbar. @param winname Name of the window that is the parent of trackbar. -@param minval New maximum position. +@param minval New minimum position. */ CV_EXPORTS_W void setTrackbarMin(const String& trackbarname, const String& winname, int minval);