1. 20 Mar, 2020 1 commit
    • 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
  2. 17 Mar, 2020 2 commits
  3. 14 Mar, 2020 1 commit
  4. 13 Mar, 2020 2 commits
  5. 12 Mar, 2020 3 commits
  6. 10 Mar, 2020 4 commits
  7. 09 Mar, 2020 2 commits
  8. 08 Mar, 2020 1 commit
  9. 07 Mar, 2020 1 commit
  10. 04 Mar, 2020 1 commit
  11. 01 Mar, 2020 2 commits
  12. 28 Feb, 2020 1 commit
  13. 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
  14. 07 Feb, 2020 2 commits
  15. 06 Feb, 2020 1 commit
  16. 03 Feb, 2020 1 commit
  17. 01 Feb, 2020 1 commit
  18. 30 Jan, 2020 1 commit
  19. 29 Jan, 2020 2 commits
    • Alexander Alekhin's avatar
    • cudawarped's avatar
      Merge pull request #2396 from cudawarped:fix_python_cudawarping_cudaarithm · d7d6360f
      cudawarped authored
      Add python bindings to cudaobjdetect, cudawarping and cudaarithm
      
      * Overload cudawarping functions to generate correct python bindings.
      Add python wrapper to convolution funciton.
      
      * Added shift and hog.
      
      * Moved cuda python tests to this repo and added python bindings to SURF.
      
      * Fix SURF documentation and allow meanshiftsegmention to create GpuMat internaly if not passed for python bindings consistency.
      
      * Add correct cuda SURF test case.
      
      * Fix python mog and mog2 python bindings, add tests and  correct cudawarping documentation.
      
      * Updated KeyPoints in cuda::ORB::Convert python wrapper to be an output argument.
      
      * Add changes suggested by alalek
      
      * Added changes suggested by asmorkalov
      d7d6360f
  20. 28 Jan, 2020 2 commits
  21. 27 Jan, 2020 1 commit
  22. 24 Jan, 2020 1 commit
  23. 18 Jan, 2020 1 commit
  24. 12 Jan, 2020 2 commits
  25. 10 Jan, 2020 1 commit
  26. 09 Jan, 2020 2 commits