1. 04 Dec, 2019 1 commit
  2. 13 Nov, 2019 1 commit
  3. 30 Sep, 2019 1 commit
  4. 05 Aug, 2019 1 commit
    • Tobias Senst's avatar
      Merge pull request #2209 from tsenst:update_EdgeAwareInterpolator · 4c2ef476
      Tobias Senst authored
      Enhance EdgeAwareInterpolation no. matches limitation (#2209)
      
      * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
      
      * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
      
      * fix wrong allocation of labels mats CV16S to CV_32S
      4c2ef476
  5. 17 Jun, 2019 1 commit
  6. 01 Jun, 2019 1 commit
  7. 05 Apr, 2019 1 commit
    • Julian Seuffert's avatar
      ximgproc: Fix support for CV_32F WLS Filter · 826b77e5
      Julian Seuffert authored
      If the disparity maps have the depth CV_32F, they are wls-filtered
      in `DisparityWLSFilterImpl::filter` but the result is not saved in the
      OutputArray of the method. Now, the result is copied to that array.
      826b77e5
  8. 04 Dec, 2018 1 commit
  9. 16 Nov, 2018 1 commit
  10. 10 Nov, 2018 1 commit
  11. 09 Nov, 2018 1 commit
  12. 14 Oct, 2018 1 commit
  13. 02 Jul, 2018 1 commit
  14. 31 May, 2018 1 commit
  15. 17 May, 2018 1 commit
  16. 25 Apr, 2018 1 commit
  17. 24 Apr, 2018 2 commits
  18. 16 Apr, 2018 1 commit
  19. 30 Mar, 2018 1 commit
  20. 28 Mar, 2018 1 commit
  21. 07 Feb, 2018 1 commit
  22. 30 Jan, 2018 1 commit
  23. 22 Nov, 2017 3 commits
    • LaurentBerger's avatar
      Remove unused code · 9c77fa73
      LaurentBerger authored
      9c77fa73
    • fiammante's avatar
      Merge pull request #1449 from fiammante:bright_edges · ab51fb06
      fiammante authored
      Bright edges source code and demo (#1449)
      
      * Bright edges source code and demo
      
      * Fix mac errors
      
      * Upload again because of null characters
      
      * Convert to UTF-8
      
      * Change cv::WindowFlags::WINDOW_AUTOSIZE
      
      * Remove parameter
      
      * Remove trailing white spaces (documentation builld error
      
      * Remaining white spaces
      
      * Correct warning
      
      * Correct surround
      
      * Add comment
      
      * Moving prototype out of header
      
      * Add ximgproc namespace, fix example.
      
      * Fix namespace for example
      
      * Remove windows desctruction
      
      * Correct Mat declaration
      
      * Removed unused gray
      
      * Change local functions to static
      
      * Remove tabs and replace by 4 spaces
      
      * Add comments
      
      * Fix comments
      
      * Retry for random test stereo failure
      ab51fb06
    • Alexander Alekhin's avatar
  24. 20 Nov, 2017 1 commit
  25. 02 Nov, 2017 1 commit
  26. 31 Oct, 2017 1 commit
    • Leonardo lontra's avatar
      added edgeboxes algorithm (#1215) · 1f8ccc16
      Leonardo lontra authored
      samples added
      
      fix edgeboxes_demo
      
      fix edgeboxes_demo
      
      added edgeboxes bib
      
      fix edgeboxes_demo
      
      small fixes
      
      fix edgeboxes_demo
      
      fix warnings
      
      fix warnings
      
      small fixes
      
      detectEdges needs rgb image instead bgr image.
      
      Removed unnecessary protection
      
      small fixes
      1f8ccc16
  27. 23 Oct, 2017 2 commits
  28. 13 Oct, 2017 1 commit
  29. 26 Sep, 2017 1 commit
  30. 25 Sep, 2017 1 commit
  31. 25 Aug, 2017 2 commits
  32. 16 Aug, 2017 1 commit
  33. 27 Jul, 2017 1 commit
  34. 02 Jun, 2017 2 commits