• 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
..
android_binary_package Loading commit data...
clojure_dev_intro Loading commit data...
crosscompilation Loading commit data...
desktop_java Loading commit data...
display_image Loading commit data...
how_to_write_a_tutorial Loading commit data...
ios_install Loading commit data...
java_eclipse Loading commit data...
linux_eclipse Loading commit data...
linux_gcc_cmake Loading commit data...
linux_install Loading commit data...
load_save_image Loading commit data...
table_of_content_introduction Loading commit data...
windows_install Loading commit data...
windows_visual_studio_Opencv Loading commit data...
windows_visual_studio_image_watch Loading commit data...