1. 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
  2. 28 Jun, 2017 5 commits
  3. 27 Jun, 2017 2 commits
  4. 26 Jun, 2017 4 commits
  5. 19 Jun, 2017 1 commit
    • Zhiwei Su's avatar
      Fixed gray window for gpu stereo BP and CSBP · 8bf3f6bf
      Zhiwei Su authored
      compute() for BP and CSBP output 32-bit floating-point mat, and in cv::imshow() 32-bit floating-point is recognized as [0,1] and maped to [0,255], that causes gray window for BP and CSBP.
      8bf3f6bf
  6. 08 Jun, 2017 1 commit
  7. 21 May, 2017 1 commit
  8. 11 May, 2017 2 commits
    • 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
    • berak's avatar
      py_samples: fix digits.py · 7b05d52f
      berak authored
      7b05d52f
  9. 27 Apr, 2017 1 commit
  10. 26 Apr, 2017 1 commit
    • Alexander Alekhin's avatar
      android: build fixes · 133b91a0
      Alexander Alekhin authored
      - eliminate CMake 3.5+ warnings
      - removed usage of dropped "OPENCV_CAMERA_MODULES" variable
      - partial support for Android NDK 11+
      133b91a0
  11. 21 Apr, 2017 1 commit
  12. 17 Apr, 2017 1 commit
  13. 31 Mar, 2017 1 commit
    • Mark Szumowski's avatar
      Update research paper link in Python sample · 94d63d42
      Mark Szumowski authored
      The docstring for one of the Python sample programs includes a link to the research paper describing the main algorithm. That link is no longer valid (results in a 404 error) so this update replaces it with another link from the same institution which is currently valid.
      94d63d42
  14. 06 Mar, 2017 1 commit
  15. 28 Feb, 2017 2 commits
  16. 27 Feb, 2017 1 commit
  17. 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
  18. 19 Feb, 2017 1 commit
  19. 12 Feb, 2017 4 commits
  20. 05 Feb, 2017 1 commit
  21. 31 Jan, 2017 1 commit
    • Maksim Shabunin's avatar
      KMeans improvement · b417b4db
      Maksim Shabunin authored
      - fixed returned compactness value
      - added centers drawing to the example app
      - added compactness test
      b417b4db
  22. 23 Jan, 2017 1 commit
  23. 17 Jan, 2017 1 commit
  24. 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
  25. 10 Jan, 2017 1 commit
  26. 05 Jan, 2017 1 commit