1. 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
  2. 02 Sep, 2013 1 commit
  3. 30 Aug, 2013 1 commit
    • abidrahmank's avatar
      Python bindings for KeyPoint methods · 14af3696
      abidrahmank authored
      Usage:
      
      import numpy as np
      import cv2
      img = cv2.imread('messi5.jpg',0)
      sift = cv2.SIFT()
      kp = sift.detect(img)
      
      pts = cv2.KeyPoint_convert(kp)
      
      kps = cv2.KeyPoint_convert(pts.reshape(-1,1,2))
      
      overlap = cv2.KeyPoint_overlap(kp[0],kp[1])
      14af3696
  4. 21 Aug, 2013 2 commits
  5. 07 Aug, 2013 1 commit
  6. 06 Aug, 2013 1 commit
  7. 02 Aug, 2013 1 commit
  8. 31 Jul, 2013 1 commit
  9. 30 Jul, 2013 1 commit
  10. 24 Jun, 2013 1 commit
  11. 20 Jun, 2013 1 commit
  12. 06 Jun, 2013 1 commit
  13. 17 Apr, 2013 1 commit
  14. 12 Apr, 2013 1 commit
  15. 08 Apr, 2013 1 commit
  16. 22 Mar, 2013 1 commit
  17. 11 Mar, 2013 1 commit
  18. 31 Jan, 2013 1 commit
  19. 31 Oct, 2012 1 commit
  20. 17 Oct, 2012 1 commit
  21. 15 Oct, 2012 1 commit
  22. 12 Oct, 2012 1 commit
  23. 01 Oct, 2012 1 commit
  24. 24 Aug, 2012 1 commit
  25. 07 Aug, 2012 1 commit
  26. 31 May, 2012 2 commits
  27. 30 May, 2012 1 commit
  28. 29 May, 2012 1 commit
  29. 28 May, 2012 2 commits
  30. 13 Apr, 2012 2 commits
  31. 10 Apr, 2012 1 commit
  32. 31 Mar, 2012 1 commit
  33. 30 Mar, 2012 1 commit
  34. 11 Mar, 2012 1 commit
    • Alexander Shishkov's avatar
      #1672 · be63ce72
      Alexander Shishkov authored
      updated links in cheatsheet
      renamed directory for Mat tutorial 
      changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
      be63ce72
  35. 13 Aug, 2011 1 commit
  36. 06 Aug, 2011 1 commit