1. 18 Jan, 2020 1 commit
  2. 12 Jan, 2020 1 commit
  3. 10 Jan, 2020 1 commit
  4. 09 Jan, 2020 2 commits
  5. 31 Dec, 2019 1 commit
  6. 29 Dec, 2019 2 commits
  7. 28 Dec, 2019 1 commit
  8. 27 Dec, 2019 1 commit
  9. 26 Dec, 2019 1 commit
  10. 19 Dec, 2019 2 commits
  11. 17 Dec, 2019 2 commits
  12. 16 Dec, 2019 5 commits
  13. 15 Dec, 2019 3 commits
  14. 13 Dec, 2019 1 commit
  15. 11 Dec, 2019 2 commits
  16. 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
  17. 07 Dec, 2019 1 commit
  18. 06 Dec, 2019 2 commits
  19. 05 Dec, 2019 7 commits
  20. 04 Dec, 2019 2 commits