1. 25 Dec, 2014 1 commit
  2. 24 Dec, 2014 2 commits
  3. 22 Dec, 2014 8 commits
  4. 18 Dec, 2014 1 commit
  5. 17 Dec, 2014 1 commit
  6. 16 Dec, 2014 1 commit
  7. 15 Dec, 2014 4 commits
  8. 14 Dec, 2014 1 commit
  9. 11 Dec, 2014 1 commit
  10. 10 Dec, 2014 1 commit
  11. 06 Dec, 2014 3 commits
  12. 05 Dec, 2014 1 commit
  13. 04 Dec, 2014 1 commit
  14. 03 Dec, 2014 1 commit
  15. 02 Dec, 2014 1 commit
    • 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
  16. 01 Dec, 2014 2 commits
  17. 25 Nov, 2014 2 commits
  18. 24 Nov, 2014 1 commit
  19. 19 Nov, 2014 1 commit
  20. 16 Nov, 2014 3 commits
  21. 14 Nov, 2014 1 commit
  22. 13 Nov, 2014 2 commits