1. 02 Jun, 2014 1 commit
  2. 22 May, 2014 1 commit
  3. 13 May, 2014 1 commit
  4. 12 May, 2014 1 commit
  5. 03 Apr, 2014 1 commit
  6. 01 Apr, 2014 1 commit
  7. 17 Mar, 2014 1 commit
  8. 16 Mar, 2014 1 commit
  9. 20 Feb, 2014 1 commit
  10. 18 Feb, 2014 2 commits
  11. 05 Feb, 2014 1 commit
  12. 17 Dec, 2013 1 commit
  13. 25 Nov, 2013 1 commit
  14. 22 Oct, 2013 1 commit
  15. 14 Oct, 2013 1 commit
  16. 04 Oct, 2013 1 commit
  17. 09 Sep, 2013 1 commit
  18. 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
  19. 05 Sep, 2013 1 commit
  20. 02 Sep, 2013 1 commit
  21. 30 Aug, 2013 2 commits
    • abidrahmank's avatar
      warning corrections · 7fd8a19f
      abidrahmank authored
      7fd8a19f
    • 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
  22. 27 Aug, 2013 1 commit
  23. 23 Aug, 2013 1 commit
  24. 21 Aug, 2013 2 commits
  25. 15 Aug, 2013 1 commit
  26. 14 Aug, 2013 1 commit
  27. 07 Aug, 2013 1 commit
  28. 06 Aug, 2013 1 commit
  29. 02 Aug, 2013 1 commit
  30. 31 Jul, 2013 1 commit
  31. 28 Jul, 2013 1 commit
  32. 11 Jul, 2013 1 commit
  33. 20 Jun, 2013 1 commit
  34. 18 Jun, 2013 1 commit
  35. 06 Jun, 2013 1 commit
  36. 20 May, 2013 2 commits