1. 22 Sep, 2017 2 commits
  2. 13 Sep, 2017 1 commit
  3. 09 Sep, 2017 3 commits
  4. 28 Aug, 2017 1 commit
  5. 25 Aug, 2017 1 commit
  6. 23 Aug, 2017 1 commit
  7. 01 Aug, 2017 1 commit
  8. 29 Jul, 2017 1 commit
  9. 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
  10. 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
  11. 30 Jun, 2017 1 commit
  12. 28 Jun, 2017 2 commits
  13. 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
  14. 21 Apr, 2017 1 commit
  15. 06 Mar, 2017 1 commit
  16. 28 Feb, 2017 2 commits
  17. 27 Feb, 2017 1 commit
  18. 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
  19. 16 Jan, 2017 1 commit
    • logic1988's avatar
      Merge pull request #7978 from logic1988:master · a8e5d1d9
      logic1988 authored
      Fix error usage in HitMiss tutorial, and improved the visualization results (#7978)
      
      * Fix error usage in HitMiss tutorial, and improved the visualization results
      
      Fix error usage in HitMiss tutorial, and improved the visualization results
      
      * Update HitMiss.cpp
      
      * Update HitMiss.cpp
      a8e5d1d9
  20. 10 Jan, 2017 1 commit
  21. 05 Jan, 2017 1 commit
  22. 03 Jan, 2017 1 commit
  23. 15 Dec, 2016 2 commits
    • StevenPuttemans's avatar
      update samples: waitKey() usage · 6d34d6b4
      StevenPuttemans authored
      Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
      6d34d6b4
    • Cartucho's avatar
      GSoC 2016 - Adding ALIASES for tutorial (#7041) · fcddfa4f
      Cartucho authored
      * GSoC 2016 - Adding toggle files to be used by tutorials.
      
      Add a toggle option for tutorials.
      * adds a button on the HTML tutorial pages to switch between blocks
      * the default option is for languages: one can write a block
      for C++ and another one for Python without re-writing the tutorial
      
      Add aliases to the doxyfile.
      * adding alises to make a link to previous and next tutorial.
      * adding alias to specify the toggle options in the tutorials index.
      * adding alias to add a youtube video directly from link.
      
      Add a sample tutorial (mat_mask_opertaions) using the developed aliases:
      * youtube alias
      * previous and next tutorial alias
      * buttons
      * languages info for tutorial table of content
      * code referances with snippets (and associated sample code files)
      
      * Removing the automatic ordering.
      Adding specific toggles for cpp, java and python.
      Move all the code to the footer / header and Doxyfile.
      Updating documentation.
      fcddfa4f
  24. 25 Nov, 2016 1 commit
  25. 21 Oct, 2016 1 commit
  26. 26 Aug, 2016 1 commit
  27. 22 Aug, 2016 1 commit
  28. 15 Aug, 2016 1 commit
  29. 08 Aug, 2016 1 commit
  30. 11 Jul, 2016 1 commit
    • Arthur Cinader's avatar
      Implement PR feedback: · 0ed250cb
      Arthur Cinader authored
      1. Explain grayscale input still read as three channel
      2. Fix typo
      3. Add more details to image match explanation to include the use of masks
      0ed250cb
  31. 01 Jul, 2016 1 commit
  32. 30 Jun, 2016 1 commit
  33. 27 Jun, 2016 1 commit