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