migration: github.com/opencv/opencv

This commit is contained in:
Alexander Alekhin
2016-06-14 16:01:36 +03:00
parent 6c6badb6a6
commit ddc0b42bc3
94 changed files with 120 additions and 120 deletions

View File

@@ -425,7 +425,7 @@ CV_EXPORTS_W double getWindowProperty(const String& winname, int prop_id);
@param winname Name of the window.
@param onMouse Mouse callback. See OpenCV samples, such as
<https://github.com/Itseez/opencv/tree/master/samples/cpp/ffilldemo.cpp>, on how to specify and
<https://github.com/opencv/opencv/tree/master/samples/cpp/ffilldemo.cpp>, on how to specify and
use the callback.
@param userdata The optional parameter passed to the callback.
*/