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