fix description of setTrackbarMin

pull/9429/head
Steven Puttemans 8 years ago
parent 89172c08a2
commit 9b173e2db1
  1. 2
      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);

Loading…
Cancel
Save