1. 28 Aug, 2014 1 commit
    • StevenPuttemans's avatar
      continue fixing nonfree elements · d27e440b
      StevenPuttemans authored
      fixed dependency of stitching module on xfeatures2d module as optional
      fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
      d27e440b
  2. 14 Aug, 2014 3 commits
  3. 11 Aug, 2014 2 commits
  4. 02 Aug, 2014 1 commit
  5. 18 Jul, 2014 1 commit
  6. 14 Jul, 2014 1 commit
  7. 24 Jun, 2014 1 commit
  8. 02 Jun, 2014 1 commit
  9. 22 May, 2014 1 commit
  10. 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
  11. 13 May, 2014 1 commit
  12. 12 May, 2014 1 commit
  13. 03 Apr, 2014 1 commit
  14. 01 Apr, 2014 1 commit
  15. 17 Mar, 2014 1 commit
  16. 16 Mar, 2014 1 commit
  17. 20 Feb, 2014 1 commit
  18. 18 Feb, 2014 2 commits
  19. 05 Feb, 2014 1 commit
  20. 17 Dec, 2013 1 commit
  21. 25 Nov, 2013 1 commit
  22. 22 Oct, 2013 1 commit
  23. 14 Oct, 2013 1 commit
  24. 04 Oct, 2013 1 commit
  25. 09 Sep, 2013 1 commit
  26. 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
  27. 05 Sep, 2013 1 commit
  28. 02 Sep, 2013 1 commit
  29. 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
  30. 27 Aug, 2013 1 commit
  31. 23 Aug, 2013 1 commit
  32. 21 Aug, 2013 2 commits
  33. 15 Aug, 2013 1 commit
  34. 14 Aug, 2013 1 commit