1. 02 Aug, 2014 1 commit
  2. 14 Jul, 2014 1 commit
  3. 18 May, 2014 1 commit
    • Kazuki Matsuda's avatar
      Implimentation "cv::Mat::forEach" · fa292c3d
      Kazuki Matsuda authored
      I propose forEach method for cv::Mat and cv::Mat_.
      This is solution for the overhead of MatIterator_<_Tp>.
      
      I runs a test that micro opecode runs all over the pixel of cv::Mat_<cv::Point3_<uint8_t>>.
      And this implementation 40% faster than the simple pointer, 80% faster than iterator.
      With OpenMP, 70% faster than simple pointer, 95% faster than iterator (Core i7 920).
      
      Above all, code is more readable.
      
      My test code is here.
          https://gist.github.com/kazuki-ma/8285876
      
      Thanks.
      fa292c3d
  4. 16 Mar, 2014 1 commit
  5. 20 Feb, 2014 1 commit
  6. 18 Feb, 2014 2 commits
  7. 25 Nov, 2013 1 commit
  8. 14 Oct, 2013 1 commit
  9. 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
  10. 05 Sep, 2013 1 commit
  11. 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
  12. 23 Aug, 2013 1 commit
  13. 21 Aug, 2013 2 commits
  14. 15 Aug, 2013 1 commit
  15. 14 Aug, 2013 1 commit
  16. 07 Aug, 2013 1 commit
  17. 31 Jul, 2013 1 commit
  18. 18 Jun, 2013 1 commit
  19. 06 Jun, 2013 1 commit
  20. 20 May, 2013 2 commits
  21. 03 Apr, 2013 1 commit
  22. 26 Mar, 2013 1 commit
  23. 22 Mar, 2013 2 commits
  24. 13 Mar, 2013 1 commit
  25. 21 Feb, 2013 1 commit
  26. 19 Feb, 2013 1 commit
  27. 01 Feb, 2013 1 commit
  28. 14 Jan, 2013 1 commit
  29. 09 Oct, 2012 1 commit
  30. 24 Aug, 2012 1 commit
  31. 23 Aug, 2012 1 commit
  32. 07 Aug, 2012 1 commit
  33. 30 May, 2012 2 commits
  34. 29 May, 2012 1 commit