1. 13 Sep, 2018 1 commit
  2. 07 Sep, 2018 1 commit
  3. 23 Apr, 2018 1 commit
  4. 05 Apr, 2018 1 commit
  5. 28 Mar, 2018 1 commit
  6. 28 Jun, 2017 1 commit
  7. 27 Jun, 2017 1 commit
  8. 18 Nov, 2016 1 commit
  9. 19 Aug, 2016 1 commit
  10. 29 Oct, 2015 1 commit
  11. 20 Oct, 2015 1 commit
  12. 26 May, 2015 1 commit
    • Vicente Olivert Riera's avatar
      superres: Fix return value VideoFrameSource_GPU · e96b8ce7
      Vicente Olivert Riera authored
      superres module fails to compile with the following error messages:
      
      [100%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/super_resolution.cpp.o
      /opencv-2.4.10/modules/superres/src/frame_source.cpp: In function 'cv::Ptr<cv::superres::FrameSource> cv::superres::createFrameSource_Video_GPU(const string&)':
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: expected type-specifier before 'VideoFrameSource'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: could not convert '(int*)operator new(4ul)' from 'int*' to 'cv::Ptr<cv::superres::FrameSource>'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: expected ';' before 'VideoFrameSource'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:41: error: 'VideoFrameSource' was not declared in this scope
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:264:1: error: control reaches end of non-void function [-Werror=return-type]
      cc1plus: some warnings being treated as errors
      make[3]: *** [modules/superres/CMakeFiles/opencv_superres.dir/src/frame_source.cpp.o] Error 1
      make[3]: *** Waiting for unfinished jobs....
      
      This is caused because the return value of the createFrameSource_Video_GPU function should be a VideoFrameSource_GPU object.
      Conflicts:
      	modules/superres/src/frame_source.cpp
      e96b8ce7
  13. 19 Apr, 2015 1 commit
    • Vicente Olivert Riera's avatar
      superres: Fix return value VideoFrameSource_GPU · 23bf3e33
      Vicente Olivert Riera authored
      superres module fails to compile with the following error messages:
      
      [100%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/super_resolution.cpp.o
      /opencv-2.4.10/modules/superres/src/frame_source.cpp: In function 'cv::Ptr<cv::superres::FrameSource> cv::superres::createFrameSource_Video_GPU(const string&)':
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: expected type-specifier before 'VideoFrameSource'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: could not convert '(int*)operator new(4ul)' from 'int*' to 'cv::Ptr<cv::superres::FrameSource>'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: expected ';' before 'VideoFrameSource'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:41: error: 'VideoFrameSource' was not declared in this scope
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:264:1: error: control reaches end of non-void function [-Werror=return-type]
      cc1plus: some warnings being treated as errors
      make[3]: *** [modules/superres/CMakeFiles/opencv_superres.dir/src/frame_source.cpp.o] Error 1
      make[3]: *** Waiting for unfinished jobs....
      
      This is caused because the return value of the createFrameSource_Video_GPU function should be a VideoFrameSource_GPU object.
      (cherry picked from commit 2e393ab8)
      23bf3e33
  14. 10 Apr, 2015 1 commit
  15. 07 Apr, 2015 1 commit
    • Vadim Pisarevsky's avatar
      1. Input/OutputArray optimizations; · 052593c7
      Vadim Pisarevsky authored
      2. Algorithm::load/save added (moved from StatModel)
      3. copyrights updated; added copyright/licensing info for ffmpeg
      4. some warnings from Xcode 6.x are fixed
      052593c7
  16. 17 Feb, 2015 1 commit
  17. 16 Feb, 2015 1 commit
  18. 21 Jan, 2015 1 commit
  19. 23 Dec, 2014 1 commit
  20. 10 Nov, 2014 1 commit
    • Roman Donchenko's avatar
      Suppress a bogus -Warray-bounds in modules/superres/src/optical_flow.cpp · 13d67b6a
      Roman Donchenko authored
      This is actually the same warning that the suppression at the bottom
      suppresses, but that one doesn't suppress it when using a native compiler
      (go figure).
      
      I remove the forced inclusion of precompiled headers into all sources,
      since otherwise this workaround doesn't work - the header with the warning
      is included before I can use a pragma.
      13d67b6a
  21. 27 Oct, 2014 1 commit
    • Vicente Olivert Riera's avatar
      superres: Fix return value VideoFrameSource_GPU · 2e393ab8
      Vicente Olivert Riera authored
      superres module fails to compile with the following error messages:
      
      [100%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/super_resolution.cpp.o
      /opencv-2.4.10/modules/superres/src/frame_source.cpp: In function 'cv::Ptr<cv::superres::FrameSource> cv::superres::createFrameSource_Video_GPU(const string&)':
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: expected type-specifier before 'VideoFrameSource'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: could not convert '(int*)operator new(4ul)' from 'int*' to 'cv::Ptr<cv::superres::FrameSource>'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: expected ';' before 'VideoFrameSource'
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:41: error: 'VideoFrameSource' was not declared in this scope
      /opencv-2.4.10/modules/superres/src/frame_source.cpp:264:1: error: control reaches end of non-void function [-Werror=return-type]
      cc1plus: some warnings being treated as errors
      make[3]: *** [modules/superres/CMakeFiles/opencv_superres.dir/src/frame_source.cpp.o] Error 1
      make[3]: *** Waiting for unfinished jobs....
      
      This is caused because the return value of the createFrameSource_Video_GPU function should be a VideoFrameSource_GPU object.
      2e393ab8
  22. 25 Sep, 2014 1 commit
  23. 14 Aug, 2014 1 commit
  24. 10 Aug, 2014 1 commit
  25. 05 Aug, 2014 1 commit
  26. 14 Jul, 2014 1 commit
  27. 20 Mar, 2014 1 commit
  28. 18 Mar, 2014 1 commit
  29. 06 Mar, 2014 1 commit
  30. 05 Feb, 2014 1 commit
  31. 01 Feb, 2014 1 commit
  32. 06 Jan, 2014 1 commit
  33. 18 Nov, 2013 1 commit
  34. 25 Oct, 2013 1 commit
  35. 22 Oct, 2013 1 commit
  36. 21 Oct, 2013 1 commit
  37. 03 Oct, 2013 2 commits
  38. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov authored
      Conflicts:
      	modules/core/include/opencv2/core/cuda.hpp
      	modules/cudacodec/src/thread.cpp
      	modules/cudacodec/src/thread.hpp
      	modules/superres/perf/perf_superres.cpp
      	modules/superres/src/btv_l1_cuda.cpp
      	modules/superres/src/optical_flow.cpp
      	modules/videostab/src/global_motion.cpp
      	modules/videostab/src/inpainting.cpp
      	samples/cpp/stitching_detailed.cpp
      	samples/cpp/videostab.cpp
      	samples/gpu/stereo_multi.cpp
      0c7663eb
  39. 05 Sep, 2013 1 commit