1. 09 Sep, 2016 1 commit
  2. 12 Jul, 2016 2 commits
  3. 15 Oct, 2015 1 commit
  4. 13 Oct, 2015 1 commit
  5. 06 Aug, 2015 1 commit
  6. 02 Jun, 2015 1 commit
    • Diogo Rolo's avatar
      Update cuda.markdown · f57fb237
      Diogo Rolo authored
      Small typo fix in the documentation.
      It was written 'devie' instead of 'device' in: 'Switching active device can be done using cuda::setDevice() function'
      f57fb237
  7. 23 May, 2015 1 commit
  8. 22 Jan, 2015 1 commit
  9. 26 Dec, 2014 1 commit
  10. 15 Dec, 2014 2 commits
  11. 03 Dec, 2014 1 commit
  12. 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
  13. 12 Nov, 2014 1 commit
  14. 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
  15. 09 Oct, 2014 1 commit
  16. 02 Oct, 2014 2 commits
  17. 22 Sep, 2014 1 commit
  18. 09 Sep, 2014 1 commit
  19. 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
  20. 14 Aug, 2014 3 commits
  21. 11 Aug, 2014 2 commits
  22. 02 Aug, 2014 1 commit
  23. 18 Jul, 2014 1 commit
  24. 15 Jul, 2014 1 commit
  25. 14 Jul, 2014 1 commit
  26. 12 Jul, 2014 1 commit
  27. 09 Jul, 2014 1 commit
  28. 24 Jun, 2014 1 commit
  29. 02 Jun, 2014 1 commit
  30. 22 May, 2014 1 commit
  31. 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
  32. 13 May, 2014 1 commit
  33. 12 May, 2014 1 commit
  34. 03 Apr, 2014 1 commit