From: Adi Shavit Date: Mon, 20 Jan 2014 20:09:52 +0000 (+0200) Subject: Added documentation. X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~259^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d44e3c369d58579013d42c4ea573215385fe51d9;p=profile%2Fivi%2Fopencv.git Added documentation. --- diff --git a/modules/highgui/doc/user_interface.rst b/modules/highgui/doc/user_interface.rst index 0d0ccde..565ea6d 100644 --- a/modules/highgui/doc/user_interface.rst +++ b/modules/highgui/doc/user_interface.rst @@ -83,6 +83,9 @@ If window was created with OpenGL support, ``imshow`` also support :ocv:class:`o .. note:: This function should be followed by ``waitKey`` function which displays the image for specified milliseconds. Otherwise, it won't display the image. For example, ``waitKey(0)`` will display the window infinitely until any keypress (it is suitable for image display). ``waitKey(25)`` will display a frame for 25 ms, after which display will be automatically closed. (If you put it in a loop to read videos, it will display the video frame-by-frame) +.. note:: + + [Windows Backend Only] Pressing Ctrl+C will copy the image to the clipboard. namedWindow ---------------