opencv/modules/highgui/doc
HelenWong ec57a938c0 Fix#3714:Improve Display Image Tutorial
For Bug #3714, user use the imshow() function without calling
namedWindow() properly, because user did not know the implicit rule for
imshow(). (i.e. without calling namedWindow implied calling namedWindow(
,CV__WINDOW_AUTOSIZE).

Improve the Display Image Tutorial to educate the user for such implied
rule.

Put a note on documentation for Bug#3714

Revise the documentation regarding to imshow() function to better
educate the user the implicit rule. (i.e. without creating the window
before the imshow() function is the same as creating AUTOSIZE window)
2014-12-02 09:43:52 -08:00
..
pics added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 2011-03-05 21:26:13 +00:00
highgui.rst merged all the latest changes from 2.4 to trunk 2012-04-13 21:50:59 +00:00
qt_new_functions.rst Normalized file endings. 2013-08-21 18:59:25 +04:00
reading_and_writing_images_and_video.rst doc/check_docs2.py warnings fixes 2014-10-02 13:40:30 +04:00
user_interface.rst Fix#3714:Improve Display Image Tutorial 2014-12-02 09:43:52 -08:00