Commit 9b173e2d authored by Steven Puttemans's avatar Steven Puttemans

fix description of setTrackbarMin

parent 89172c08
...@@ -592,7 +592,7 @@ panel. ...@@ -592,7 +592,7 @@ panel.
@param trackbarname Name of the trackbar. @param trackbarname Name of the trackbar.
@param winname Name of the window that is the parent of 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); CV_EXPORTS_W void setTrackbarMin(const String& trackbarname, const String& winname, int minval);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment