1. 31 Mar, 2020 1 commit
    • Xavier Weber's avatar
      Merge pull request #2480 from Saafke:dnn_superres_pythonwrap · 8ab145c4
      Xavier Weber authored
      * Add a python wrap to the dnn_superres module
      
      Adds a python wrap with approriate python bindings and tutorial
      
      Also fixes some minor errors in the tutorials
      
      * Remove trailing whitespaces
      
      * Remove erring python binding
      
      try to fix a windows build error
      
      * Add python tests
      
      Tests model that upscales an image x2
      
      Test getter functions
      
      * Add one more subdirectory
      
      add 'test' subdir
      8ab145c4
  2. 27 Mar, 2020 1 commit
  3. 26 Mar, 2020 1 commit
  4. 24 Mar, 2020 2 commits
  5. 23 Mar, 2020 2 commits
  6. 22 Mar, 2020 5 commits
  7. 21 Mar, 2020 2 commits
  8. 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
  9. 17 Mar, 2020 3 commits
  10. 14 Mar, 2020 1 commit
  11. 13 Mar, 2020 2 commits
  12. 12 Mar, 2020 3 commits
  13. 10 Mar, 2020 4 commits
  14. 09 Mar, 2020 2 commits
  15. 08 Mar, 2020 1 commit
  16. 07 Mar, 2020 1 commit
  17. 04 Mar, 2020 1 commit
  18. 01 Mar, 2020 2 commits
  19. 28 Feb, 2020 1 commit
  20. 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
  21. 07 Feb, 2020 2 commits