1. 23 Dec, 2014 1 commit
  2. 01 Feb, 2014 1 commit
  3. 09 Sep, 2013 1 commit
  4. 06 Sep, 2013 2 commits
    • Vladislav Vinogradov's avatar
      b7eff941
    • 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
  5. 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
  6. 02 Sep, 2013 1 commit
  7. 10 Jun, 2013 2 commits
  8. 08 Apr, 2013 2 commits
  9. 01 Apr, 2013 1 commit
  10. 14 Mar, 2013 1 commit
  11. 13 Mar, 2013 1 commit
  12. 12 Mar, 2013 1 commit
  13. 25 Feb, 2013 1 commit
  14. 21 Feb, 2013 1 commit
  15. 19 Feb, 2013 1 commit
    • Vladislav Vinogradov's avatar
      updated OpenGL functionality: · e06c3ec7
      Vladislav Vinogradov authored
      * removed OpenGLFuncTab, now extensions are loaded internally
      * added support of GlBuffer and GlTexture2D to InputArray/OutputArray
      * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
      * added copyFrom/copyTo method for GlBuffer and GlTexture2D
      * removed GlFont
      * removed pointCloudShow
      * removed OpenGLCleanCallback
      * added Access parameter to GlBuffer::mapHost
      * added autoRelease parameter to all create methods
      e06c3ec7
  16. 13 Dec, 2012 1 commit
  17. 07 Dec, 2012 1 commit
  18. 05 Dec, 2012 1 commit
  19. 03 Dec, 2012 2 commits
  20. 30 Nov, 2012 1 commit
    • Vladislav Vinogradov's avatar
      refactored opengl functionality · 08fbf667
      Vladislav Vinogradov authored
      * removed OpenGLFuncTab, now extensions are loaded internally
      * renamed GlTexture -> GlTexture2D
      * added support of GlBuffer and GlTexture2D to InputArray/OutputArray
      * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
      * added copyFrom/copyTo method for GlBuffer and GlTexture2D
      * removed GlFont
      * removed pointCloudShow
      * removed OpenGLCleanCallback
      08fbf667
  21. 09 Nov, 2012 1 commit
  22. 17 Oct, 2012 2 commits
  23. 16 Oct, 2012 1 commit
  24. 08 Oct, 2012 1 commit
  25. 01 Oct, 2012 1 commit
  26. 28 Aug, 2012 1 commit
  27. 15 Jun, 2012 1 commit
  28. 09 Jun, 2012 1 commit
  29. 18 May, 2012 1 commit
  30. 23 Apr, 2012 1 commit
  31. 15 Mar, 2012 2 commits
  32. 14 Mar, 2012 1 commit
  33. 27 Feb, 2012 1 commit
  34. 14 Feb, 2012 1 commit