mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
ec57a938c0
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) |
||
---|---|---|
.. | ||
calib3d | ||
contrib | ||
core | ||
definitions | ||
features2d | ||
general/table_of_content_general | ||
gpu | ||
highgui | ||
images | ||
imgproc | ||
introduction | ||
ios | ||
ml | ||
objdetect | ||
video/table_of_content_video | ||
viz | ||
tutorials.rst |