1. 25 Jun, 2015 1 commit
    • sbokov's avatar
      Adding confidence support and optimizing disparity filtering · 7c421ba2
      sbokov authored
      DisparityWLSFilter demonstrated the best results, so I removed all the other
      filters. Quality was significantly improved by adding confidence support
      to the filter (left-right consistency + penalty for areas near depth discontinuities).
      Filter was optimized using parallel_for_ and HAL intrinsics. Demo application was
      rewritten for better compliance with OpenCV standards. Added accuracy and
      performance tests. Documentation was added, as well as references to the
      original papers.
      7c421ba2
  2. 19 Jun, 2015 1 commit
  3. 17 Jun, 2015 1 commit
    • berak's avatar
      remove floor call · 01293e0e
      berak authored
      vs2010 does not know, ceil, floor, round and friends.
      
      also, those are plain integer divisions, that do not need floor at all.
      01293e0e
  4. 29 May, 2015 1 commit
    • sbokov's avatar
      Adding edge-aware disparity filtering · a70af9f7
      sbokov authored
      Added basic interface and demo for disparity filtering, added unoptimized fast weighted least
      squares filter implementation. Current demo tests domain transform, guided and
      weighted least squares filters on a dataset, measures speed and quality.
      a70af9f7
  5. 22 May, 2015 1 commit
  6. 18 Mar, 2015 1 commit
  7. 26 Feb, 2015 1 commit
  8. 17 Feb, 2015 3 commits
  9. 08 Dec, 2014 1 commit
  10. 01 Dec, 2014 1 commit
  11. 21 Oct, 2014 1 commit
  12. 10 Oct, 2014 1 commit
  13. 04 Oct, 2014 2 commits
  14. 10 Sep, 2014 2 commits
    • vludv's avatar
      added python wrapper macros in edge_filter.hpp · 11940dac
      vludv authored
      11940dac
    • Beat Küng's avatar
      seeds sample: fix compiler warnings · 728b8253
      Beat Küng authored
      the exact warnings are:
      /builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:6: warning: no previous prototype for function 'trackbarChanged' [-Wmissing-prototypes]
      /builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:26: warning: unused parameter 'pos' [-Wunused-parameter]
      /builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:37: warning: unused parameter 'data' [-Wunused-parameter]
      728b8253
  15. 09 Sep, 2014 3 commits
  16. 29 Aug, 2014 1 commit
  17. 22 Aug, 2014 1 commit
  18. 18 Aug, 2014 3 commits
  19. 17 Aug, 2014 1 commit
  20. 15 Aug, 2014 4 commits
  21. 12 Aug, 2014 4 commits
  22. 11 Aug, 2014 4 commits
  23. 10 Aug, 2014 1 commit