• 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
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
index.rst Loading commit data...