1. 27 Mar, 2020 1 commit
  2. 26 Mar, 2020 1 commit
  3. 24 Mar, 2020 2 commits
  4. 23 Mar, 2020 2 commits
  5. 22 Mar, 2020 5 commits
  6. 21 Mar, 2020 2 commits
  7. 20 Mar, 2020 2 commits
    • Alexander Alekhin's avatar
    • sunitanyk's avatar
      Computer Vision based Alpha Matting (#2306) · 88c4ed01
      sunitanyk authored
      * Computer Vision based Alpha Matting Code
      
      alpha matting code
      
      This is a combination of 3 commits.
      
      removed whitespaces
      
      addressed issues raised in the PR
      
      removed whitespaces
      
      * removed global variable
      
      * incorporated changes suggested by second round of review
      
      * updated build instructions
      
      * changed to OutputArray
      
      * removed whitespaces
      
      * alphamat: fix bugs triggered by assertions of Debug builds
      
      * alphamat: fix documentation
      
      * alphamat: coding style fixes
      
      - get rid of std::cout
      - remove clock_t
      - drop unnecessary cast: float pix = tmap.at<uchar>(i, j);
      - global 'dim' => 'ALPHAMAT_DIM'
      - fix sample command line handling
      
      * alphamat: apply clang-format
      
      * clang-format fixups
      88c4ed01
  8. 17 Mar, 2020 3 commits
  9. 14 Mar, 2020 1 commit
  10. 13 Mar, 2020 2 commits
  11. 12 Mar, 2020 3 commits
  12. 10 Mar, 2020 4 commits
  13. 09 Mar, 2020 2 commits
  14. 08 Mar, 2020 1 commit
  15. 07 Mar, 2020 1 commit
  16. 04 Mar, 2020 1 commit
  17. 01 Mar, 2020 2 commits
  18. 28 Feb, 2020 1 commit
  19. 25 Feb, 2020 1 commit
    • Igor Murzov's avatar
      Merge pull request #2424 from GArik:master · a0d9138a
      Igor Murzov authored
      videostab: Fix out of range data usage
      
      * videostab: Add simple UTs for video stabilizers
      
      Reproduces issue #5178
      
      * videostab: Fix out of range data usage
      
      Fixes issue #5178
      
      * videostab: Use cv::Range for ranges instead of std::pair
      a0d9138a
  20. 07 Feb, 2020 2 commits
  21. 06 Feb, 2020 1 commit