1. 22 Jan, 2015 1 commit
  2. 26 Dec, 2014 1 commit
  3. 15 Dec, 2014 1 commit
  4. 03 Dec, 2014 1 commit
  5. 18 Nov, 2014 1 commit
    • Maksim Shabunin's avatar
      Documenting imgproc module · 555fdf89
      Maksim Shabunin authored
      - disabled doxygen tree
      - enabled doxygen enum listing
      - added imgproc reference to main page
      - enabled BiB support
      - chenged doxygen root page format
      555fdf89
  6. 12 Nov, 2014 1 commit
  7. 18 Oct, 2014 1 commit
    • Alexander Duda's avatar
      fix warning in template Scalar::mul gcc < 4.8 · 11ebaf67
      Alexander Duda authored
      In this particular case t shadows transpose of the base class Matx:
      types.hpp:1805:14: warning: declaration of ‘t’ shadows a member of
      'this' [-Wshadow]
      
      Changelog gcc 4.8: The option -Wshadow no longer warns if a declaration
      shadows a function declaration.
      
      This warning is problematic because it prevents the module
      opencv_contrib/modules/ruby to pass the build process
      11ebaf67
  8. 09 Oct, 2014 1 commit
  9. 22 Sep, 2014 1 commit
  10. 09 Sep, 2014 1 commit
  11. 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
  12. 14 Aug, 2014 3 commits
  13. 11 Aug, 2014 2 commits
  14. 02 Aug, 2014 1 commit
  15. 18 Jul, 2014 1 commit
  16. 14 Jul, 2014 1 commit
  17. 24 Jun, 2014 1 commit
  18. 02 Jun, 2014 1 commit
  19. 22 May, 2014 1 commit
  20. 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
  21. 13 May, 2014 1 commit
  22. 12 May, 2014 1 commit
  23. 03 Apr, 2014 1 commit
  24. 01 Apr, 2014 1 commit
  25. 17 Mar, 2014 1 commit
  26. 16 Mar, 2014 1 commit
  27. 20 Feb, 2014 1 commit
  28. 18 Feb, 2014 2 commits
  29. 05 Feb, 2014 1 commit
  30. 17 Dec, 2013 1 commit
  31. 25 Nov, 2013 1 commit
  32. 22 Oct, 2013 1 commit
  33. 14 Oct, 2013 1 commit
  34. 04 Oct, 2013 1 commit
  35. 09 Sep, 2013 1 commit
  36. 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