1. 08 Feb, 2017 1 commit
    • goldstar616's avatar
      Merge pull request #981 from goldstar616:master · 478baf93
      goldstar616 authored
      issue #980 resolves - Some module has a round error similar to #975.  (#981)
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      478baf93
  2. 25 Jan, 2017 1 commit
  3. 11 Jan, 2017 1 commit
  4. 04 Jan, 2017 1 commit
  5. 28 Dec, 2016 1 commit
  6. 26 Dec, 2016 1 commit
  7. 23 Dec, 2016 1 commit
  8. 16 Dec, 2016 2 commits
  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. 05 Dec, 2016 2 commits
  12. 30 Nov, 2016 1 commit
  13. 07 Oct, 2016 1 commit
  14. 13 Sep, 2016 1 commit
  15. 31 Aug, 2016 1 commit
  16. 29 Aug, 2016 1 commit
  17. 25 Aug, 2016 1 commit
  18. 18 Aug, 2016 1 commit
  19. 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
  20. 12 Jul, 2016 1 commit
  21. 04 May, 2016 1 commit
  22. 01 May, 2016 1 commit
  23. 07 Apr, 2016 1 commit
  24. 06 Apr, 2016 1 commit
  25. 04 Feb, 2016 3 commits
    • Amro's avatar
      fix and update niblack sample · 6c7a806a
      Amro authored
      - read image as 1-channel grayscale
      - 3 trackers to control function parameters
      - K allowed to go to negative values (usually to detect black text on white bg)
      6c7a806a
    • 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
    • Amro's avatar
      fix ddepth to match output matrices · ada87a99
      Amro authored
      otherwise we get a failed assertion from OutputArray::create
      ada87a99
  26. 21 Jan, 2016 1 commit
  27. 20 Jan, 2016 1 commit
  28. 22 Dec, 2015 2 commits
  29. 15 Dec, 2015 1 commit
  30. 11 Dec, 2015 1 commit
  31. 10 Nov, 2015 1 commit
  32. 09 Nov, 2015 2 commits
  33. 06 Nov, 2015 1 commit
  34. 05 Nov, 2015 1 commit
    • grundman's avatar
      Update edgeaware_filters_common.cpp · 2a4bfeeb
      grundman authored
      cvx::checkHardwareSupport uses static field to store flags.
      Using a global static to store the result is dangerous, as the underlying field checkHardwareSupport uses might not be initialized at that time.
      2a4bfeeb