Merge pull request #9429 from StevenPuttemans:fix_9404

This commit is contained in:
Alexander Alekhin 2017-08-22 09:25:29 +00:00
commit 179ef0a975

View File

@ -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);