1. 13 Mar, 2019 1 commit
  2. 22 Nov, 2017 1 commit
    • 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
  3. 02 Nov, 2017 1 commit
  4. 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
  5. 23 Oct, 2017 2 commits
  6. 25 Sep, 2017 1 commit
  7. 23 May, 2017 2 commits
  8. 05 May, 2017 1 commit
  9. 04 Jan, 2017 1 commit
  10. 23 Dec, 2016 1 commit
  11. 16 Dec, 2016 1 commit
  12. 13 Dec, 2016 1 commit
  13. 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
  14. 30 Nov, 2016 1 commit
  15. 18 Aug, 2016 1 commit
  16. 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
  17. 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
  18. 22 Dec, 2015 1 commit
  19. 11 Dec, 2015 1 commit
  20. 10 Nov, 2015 1 commit
  21. 03 Nov, 2015 1 commit
  22. 31 Oct, 2015 1 commit
  23. 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
  24. 26 Jul, 2015 1 commit
  25. 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
  26. 03 Jun, 2015 1 commit
  27. 11 Mar, 2015 1 commit
  28. 01 Dec, 2014 1 commit
  29. 09 Sep, 2014 1 commit
  30. 15 Aug, 2014 2 commits
  31. 12 Aug, 2014 1 commit
  32. 11 Aug, 2014 1 commit
  33. 28 Jul, 2014 1 commit
  34. 13 Feb, 2014 1 commit