1. 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
  2. 24 May, 2015 1 commit
  3. 10 Apr, 2015 1 commit
  4. 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
  5. 18 Mar, 2015 1 commit
  6. 02 Mar, 2015 2 commits
  7. 17 Feb, 2015 1 commit
  8. 16 Feb, 2015 1 commit
  9. 21 Jan, 2015 1 commit
  10. 26 Dec, 2014 1 commit
  11. 23 Dec, 2014 1 commit
  12. 01 Dec, 2014 2 commits
  13. 14 Aug, 2014 1 commit
  14. 10 Aug, 2014 1 commit
  15. 05 Aug, 2014 1 commit
  16. 14 Jul, 2014 1 commit
  17. 02 Jul, 2014 1 commit
  18. 20 Mar, 2014 1 commit
  19. 18 Mar, 2014 1 commit
  20. 06 Mar, 2014 1 commit
  21. 14 Feb, 2014 1 commit
  22. 05 Feb, 2014 1 commit
  23. 01 Feb, 2014 1 commit
  24. 21 Jan, 2014 1 commit
  25. 06 Jan, 2014 1 commit
  26. 19 Dec, 2013 1 commit
  27. 18 Nov, 2013 1 commit
  28. 30 Oct, 2013 1 commit
  29. 25 Oct, 2013 1 commit
  30. 22 Oct, 2013 1 commit
  31. 21 Oct, 2013 1 commit
  32. 03 Oct, 2013 2 commits
  33. 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
  34. 05 Sep, 2013 1 commit
  35. 02 Sep, 2013 3 commits