• HelenWong's avatar
    Fix#3714:Improve Display Image Tutorial · ec57a938
    HelenWong authored
    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)
    ec57a938
Name
Last commit
Last update
..
calib3d Loading commit data...
contrib Loading commit data...
core Loading commit data...
definitions Loading commit data...
features2d Loading commit data...
general/table_of_content_general Loading commit data...
gpu Loading commit data...
highgui Loading commit data...
images Loading commit data...
imgproc Loading commit data...
introduction Loading commit data...
ios Loading commit data...
ml Loading commit data...
objdetect Loading commit data...
video/table_of_content_video Loading commit data...
viz Loading commit data...
tutorials.rst Loading commit data...