1. 29 Jan, 2020 1 commit
    • 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
  2. 28 Jan, 2020 1 commit
  3. 24 Jan, 2020 1 commit
  4. 18 Jan, 2020 1 commit
  5. 12 Jan, 2020 1 commit
  6. 10 Jan, 2020 1 commit
  7. 09 Jan, 2020 2 commits
  8. 31 Dec, 2019 1 commit
  9. 29 Dec, 2019 2 commits
  10. 28 Dec, 2019 1 commit
  11. 27 Dec, 2019 1 commit
  12. 26 Dec, 2019 1 commit
  13. 19 Dec, 2019 2 commits
  14. 17 Dec, 2019 2 commits
  15. 16 Dec, 2019 5 commits
  16. 15 Dec, 2019 3 commits
  17. 13 Dec, 2019 1 commit
  18. 11 Dec, 2019 2 commits
  19. 09 Dec, 2019 2 commits
    • Tobias Senst's avatar
      Merge pull request #2367 from tsenst:add_robust_interpolation_of_correspondence · 40b238b0
      Tobias Senst authored
      Add RIC method for sparse match interpolation
      
      * * add RIC
      
      * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
      
      * * add RIC citation
      
      * * update EdgeAwareInterpolatorImpl
      
      * * add intermediate RIC implementation
      
      * * implementation of new paralelization classes. First test where sucessfull.
      
      * * update documentation RICInterpolatorImpl and RLOF
      
      * * update CMakeLists.txt remove highgui
      * add test for RIC
      * add ASSERTION for curr image
      
      * * add cost map interface
      
      * * fix internal cost map allocation bug
      
      * * remove white spaces
      * fix warnings
      
      * *fix compiler warnings
      
      * * remove double whitespaces
      * underscore from parameters
      * substitute parallel_for_() classes with lambda functions
      * remove complex assertion statements
      * remove dead code
      * substitute swap function with std::swap()
      * ocv_define_module now contains video instead of tracking module
      
      * * remove whitespace endings
      
      * * documentation update
      
      * * remove double declarations that lead to warnings
      
      * * unrole tracker.py
      *  remove double space
      * use static for inner functions
      * update create function
      * modify mem init. to avoid manual memory management
      
      * * uncomment parallel_for_ for parallelization
      
      * * unrole unwanted changes
      * uncomment paralellization
      
      * * remove empty comment
      * change CHECK to CHK_GD
      * remove not necessary ;
      
      * *documentation remove double space
      40b238b0
    • Alexander Alekhin's avatar
  20. 07 Dec, 2019 1 commit
  21. 06 Dec, 2019 2 commits
  22. 05 Dec, 2019 6 commits