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