1. 04 Dec, 2019 1 commit
    • cudawarped's avatar
      Merge pull request #2362 from cudawarped:fix_cudacodec_python · 7cbe83f2
      cudawarped authored
      Fix cudacodec::VideoReader::nextFrame python bindings
      
      * Signla to python bindings generator that nextFrame's OutputArray is a GpuMat.
      Also remove duplicate test in cudacodec
      
      * cudacodec: drop CV_GPU, wrap GpuMat only
      
      * Make it explicit that frame in nextFrame is GpuMat and cannot be multiple types as implied by OutputArray
      7cbe83f2
  2. 01 Dec, 2019 1 commit
  3. 29 Nov, 2019 1 commit
  4. 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
  5. 27 Nov, 2019 2 commits
  6. 25 Nov, 2019 1 commit
  7. 22 Nov, 2019 3 commits
  8. 21 Nov, 2019 1 commit
  9. 20 Nov, 2019 1 commit
  10. 19 Nov, 2019 3 commits
  11. 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
  12. 17 Nov, 2019 1 commit
  13. 16 Nov, 2019 1 commit
  14. 15 Nov, 2019 1 commit
  15. 14 Nov, 2019 1 commit
  16. 13 Nov, 2019 2 commits
  17. 12 Nov, 2019 2 commits
  18. 11 Nov, 2019 4 commits
  19. 10 Nov, 2019 1 commit
  20. 08 Nov, 2019 3 commits
  21. 06 Nov, 2019 1 commit
  22. 04 Nov, 2019 3 commits
  23. 02 Nov, 2019 1 commit
    • si40wiga's avatar
      Merge pull request #2296 from si40wiga:fsr-inpaint · e67653ea
      si40wiga authored
      * new algorithm Rapid Frequency Selective Reconstruction (FSR) added
      
      * fix compiler warning
      
      * applied changes suggested in alalek's review
      
      * fix trailing whitespace
      
      * xphoto: update inpaint() test
      
      * fix pre-processing of error mask
      
      * xphoto: move inpainting FSR algorithm into a separate file
      
      * xphoto: cleanup inpaining documentation
      
      * xphoto: inpainting fsr - avoid uninitialized values
      e67653ea
  24. 01 Nov, 2019 2 commits