1. 10 Apr, 2017 1 commit
  2. 29 Mar, 2017 1 commit
  3. 28 Mar, 2017 1 commit
  4. 11 Jan, 2017 1 commit
  5. 04 Jan, 2017 1 commit
  6. 26 Dec, 2016 1 commit
  7. 23 Dec, 2016 1 commit
  8. 16 Dec, 2016 1 commit
  9. 13 Dec, 2016 1 commit
  10. 12 Dec, 2016 1 commit
    • Jinhan Lee's avatar
      Fast line detector described in @Lee14. · a7dada15
      Jinhan Lee authored
      This simple detector runs up to two times faster than LSD while achieving
      competitive results. Please evaluate the algorithm with samples/fld_lines.cpp
      a7dada15
  11. 30 Nov, 2016 1 commit
  12. 25 Aug, 2016 1 commit
  13. 18 Aug, 2016 1 commit
  14. 14 Jul, 2016 1 commit
    • LaurentBerger's avatar
      Paillou filter · 42640a33
      LaurentBerger authored
      Paillou Filter
      
      comment : english tab and assert  Mat(instead of new)
      
      InputArray and ptr<Type>()
      
      Outputarrays
      
      OutputArray as argument
      
      Update doc
      42640a33
  15. 06 Apr, 2016 1 commit
  16. 04 Feb, 2016 1 commit
    • Amro's avatar
      rewrite niBlackThreshold function · 750eea14
      Amro authored
      - no for-loops
      - support all thresholding types
      - support any input image depth
      - add Doxygen comments
      750eea14
  17. 20 Jan, 2016 1 commit
  18. 22 Dec, 2015 1 commit
  19. 11 Dec, 2015 1 commit
  20. 10 Nov, 2015 1 commit
  21. 04 Nov, 2015 1 commit
  22. 03 Nov, 2015 1 commit
  23. 31 Oct, 2015 5 commits
  24. 16 Sep, 2015 1 commit
  25. 15 Sep, 2015 1 commit
    • sbokov's avatar
      Sparse-to-dense OF algorithm is added · 831523ce
      sbokov authored
      * Sparse match interpolator interface and EdgeAwareInterpolator were
      added to the ximgproc module
      * New optical flow algorithm, based on PyrLK sparse OF and sparse match
      interpolation, is added to the optflow module
      831523ce
  26. 09 Sep, 2015 1 commit
  27. 31 Jul, 2015 1 commit
    • sbokov's avatar
      Improving DisparityWLSFilter interface and adding a tutorial · 6a0545e6
      sbokov authored
      Now the filter natively supports StereoBM and StereoSGBM with no
      parameter tuning required. Also, now user won't need to set the ROI and
      the right matcher parameters manually, it is all done in the respective
      convenience factory method based on the left matcher instance. Tutorial
      was added to clarify the provided example of use.
      6a0545e6
  28. 26 Jul, 2015 1 commit
  29. 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
  30. 03 Jun, 2015 3 commits
  31. 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
  32. 30 Apr, 2015 2 commits
  33. 18 Mar, 2015 1 commit