1. 11 Dec, 2019 1 commit
  2. 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
  3. 07 Dec, 2019 1 commit
  4. 06 Dec, 2019 2 commits
  5. 05 Dec, 2019 7 commits
  6. 04 Dec, 2019 5 commits
  7. 03 Dec, 2019 1 commit
  8. 02 Dec, 2019 1 commit
  9. 01 Dec, 2019 1 commit
  10. 29 Nov, 2019 1 commit
  11. 28 Nov, 2019 1 commit
    • Nikita Shulga's avatar
      Do not use VLA in dynafu.cpp · 42e04927
      Nikita Shulga authored
      VLA is part of C99, but still not part of C++ standard
      Replace float variable-length-arrays with unique_ptr arrays (which are
      part of C++14)
      42e04927
  12. 27 Nov, 2019 2 commits
  13. 25 Nov, 2019 1 commit
  14. 22 Nov, 2019 3 commits
  15. 21 Nov, 2019 1 commit
  16. 20 Nov, 2019 1 commit
  17. 19 Nov, 2019 3 commits
  18. 18 Nov, 2019 2 commits
    • cudawarped's avatar
      Merge pull request #2180 from cudawarped:example_fix_for_cudacodec · 53b9880f
      cudawarped authored
      OpenCV fix 14774 breaks cudacodec
      
      * Example to describe comilation issue
      
      * Added required changes, builds with -DWITH_FFMPEG=ON|OFF
      
      * Working with standard ffmpeg cap.
      
      * Changed cudacodec to use new retrieveRaw() function, to retrieve the raw encoded bitstream, from the videoio module  instead of its own implementation.
      
      * Fix cv::cudacodec::VideoWriter
      
      * Update to use VideoContainer
      
      * Remove header used in testing
      
      * Remove warning
      
      * remove dependence on redundant ffmpeg codecs
      
      * cudacodec: use .set(CAP_PROP_FORMAT, -1) to extract RAW streams
      
      * whitespace
      
      * addressed alalek's comment
      53b9880f
    • Alexander Alekhin's avatar
  19. 17 Nov, 2019 1 commit
  20. 16 Nov, 2019 1 commit
  21. 15 Nov, 2019 1 commit
  22. 14 Nov, 2019 1 commit