1. 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
  2. 16 Feb, 2015 2 commits
  3. 18 Oct, 2014 1 commit
  4. 17 Oct, 2014 1 commit
  5. 16 Oct, 2014 1 commit
  6. 02 Jan, 2014 1 commit
  7. 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
  8. 05 Sep, 2013 1 commit
    • Roman Donchenko's avatar
      Boring changes - core. · 8200a95c
      Roman Donchenko authored
      This and several following commits contain the "boring" changes required
      to support the new Ptr. These are changes like:
      
      * new T -> makePtr<T> or .reset(new T) or Ptr<T>(new T)
        (depending on the situation)
      * p.empty() -> !p
      * delete_obj -> DefaultDeleter::operator()
      
      and similar changes that are numerous, but primitive.
      8200a95c
  9. 01 Apr, 2013 1 commit
  10. 22 Mar, 2013 2 commits
  11. 25 Feb, 2013 2 commits
  12. 21 Feb, 2013 2 commits
  13. 04 Feb, 2013 1 commit
  14. 26 Oct, 2012 1 commit
    • Andrey Kamaev's avatar
      Fix SHORT data type support in Algorithm · 84934f7b
      Andrey Kamaev authored
      * typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM
        on attempt to set type property for FAST using setter inherited from Algorithm
      * added short type support to read/write methods
      * improved some error messages
      84934f7b
  15. 23 Oct, 2012 1 commit
  16. 17 Oct, 2012 1 commit
  17. 16 Oct, 2012 1 commit
  18. 09 Oct, 2012 1 commit
  19. 02 Jul, 2012 1 commit
  20. 01 Jul, 2012 1 commit
  21. 15 Jun, 2012 1 commit
  22. 09 Jun, 2012 1 commit
  23. 25 May, 2012 3 commits
  24. 30 Apr, 2012 1 commit
  25. 20 Apr, 2012 1 commit
  26. 18 Apr, 2012 1 commit
  27. 13 Apr, 2012 1 commit
  28. 05 Apr, 2012 1 commit
  29. 03 Apr, 2012 1 commit
  30. 02 Apr, 2012 1 commit
  31. 17 Mar, 2012 1 commit
  32. 15 Mar, 2012 1 commit
  33. 15 Feb, 2012 1 commit
  34. 24 Jan, 2012 1 commit