1. 19 Dec, 2017 1 commit
  2. 18 Dec, 2017 1 commit
  3. 15 Dec, 2017 1 commit
  4. 14 Dec, 2017 1 commit
  5. 09 Oct, 2017 1 commit
  6. 06 Oct, 2017 1 commit
  7. 05 Oct, 2017 10 commits
  8. 22 Sep, 2017 2 commits
  9. 13 Sep, 2017 1 commit
  10. 09 Sep, 2017 3 commits
  11. 28 Aug, 2017 1 commit
  12. 25 Aug, 2017 1 commit
  13. 23 Aug, 2017 1 commit
  14. 01 Aug, 2017 1 commit
  15. 29 Jul, 2017 1 commit
  16. 14 Jul, 2017 1 commit
    • Vladislav Sovrasov's avatar
      Merge pull request #9034 from sovrasov:mats_from_initializer_list · e5fbb4f5
      Vladislav Sovrasov authored
      Add constructors taking initializer_list for some of OpenCV data types (#9034)
      
      * Add a constructor taking initializer_list for Matx
      
      * Add a constructor taking initializer list for Mat and Mat_
      
      * Add one more method to initialize Mat to the corresponding tutorial
      
      * Add a note how to initialize Matx
      
      * CV_CXX_11->CV_CXX11
      e5fbb4f5
  17. 03 Jul, 2017 2 commits
    • Tony Lian's avatar
      Merge pull request #9075 from TonyLianLong:master · c8783f3e
      Tony Lian authored
      Remove unnecessary Non-ASCII characters from source code (#9075)
      
      * Remove unnecessary Non-ASCII characters from source code
      
      Remove unnecessary Non-ASCII characters and replace them with ASCII
      characters
      
      * Remove dashes in the @param statement
      
      Remove dashes and place single space in the @param statement to keep
      coding style
      
      * misc: more fixes for non-ASCII symbols
      
      * misc: fix non-ASCII symbol in CMake file
      c8783f3e
    • catree's avatar
      Fix wrong mat access. · 8b7cb8a3
      catree authored
      8b7cb8a3
  18. 30 Jun, 2017 1 commit
  19. 28 Jun, 2017 2 commits
  20. 11 May, 2017 1 commit
    • Cartucho's avatar
      Extending template_matching tutorial with Java (#8043) · 2055bcc8
      Cartucho authored
      * Extending template_matching tutorial with Java
      
      * adding mask to java version of the tutorial
      
      * adding the python toggle and code
      
      * updating table of content
      
      * adding py and java to table of content
      
      * adding mask to python
      
      * going back to markdown with duplicated text
      
      * non duplicated text
      2055bcc8
  21. 21 Apr, 2017 1 commit
  22. 06 Mar, 2017 1 commit
  23. 28 Feb, 2017 2 commits
  24. 27 Feb, 2017 1 commit
  25. 23 Feb, 2017 1 commit
    • vskarlsruhe's avatar
      Update AddingImages.cpp · 56cedfc4
      vskarlsruhe authored
      If-condition was always true (alpha = 0.5 is set in Line 19).
      Now the user input is checked to be between 0 and 1.
      This is correct in the tutorial code for OpenCV 2.4.
      56cedfc4