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