1. 26 Apr, 2018 1 commit
  2. 19 Apr, 2018 1 commit
  3. 03 Apr, 2018 3 commits
  4. 28 Mar, 2018 1 commit
  5. 25 Mar, 2018 1 commit
    • Andrei Costinescu's avatar
      #include <math.h> in cv2.cpp · 38d73123
      Andrei Costinescu authored
      My build fails with the error:
      "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/cmath:1136:11: error: '::hypot' has not been declared".
      I have tried to fix it by adding "#include <cmath>" before the line "#include <Python.h>" but then the build has failed with the error:
      "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/math.h:91:12:: error: 'std::_hypot' has not been declared".
      Adding "#include <math.h>" allowed me to build opencv.
      38d73123
  6. 13 Feb, 2018 1 commit
  7. 09 Feb, 2018 1 commit
  8. 09 Dec, 2017 1 commit
  9. 23 Oct, 2017 1 commit
  10. 14 Oct, 2017 1 commit
    • Igor Wodiany's avatar
      Move vector_size_t and vector_vector_Mat · e2499e5b
      Igor Wodiany authored
      These two typdefs are not compiled when BUILD_opencv_dnn is set to
      false, however there are other modules that uses these typedef so
      it may cause build errors. Moving typedef to the python module
      ensures they are always defined.
      e2499e5b
  11. 05 Sep, 2017 1 commit
  12. 31 Aug, 2017 1 commit
  13. 30 Jul, 2017 1 commit
  14. 30 May, 2017 1 commit
  15. 27 Apr, 2017 1 commit
  16. 22 Apr, 2017 1 commit
  17. 01 Apr, 2017 1 commit
  18. 31 Mar, 2017 1 commit
  19. 02 Mar, 2017 1 commit
  20. 21 Feb, 2017 2 commits
  21. 22 Jan, 2017 1 commit
  22. 15 Dec, 2016 1 commit
  23. 16 Oct, 2016 1 commit
  24. 16 Aug, 2016 1 commit
  25. 21 Jun, 2016 2 commits
  26. 20 Jun, 2016 1 commit
  27. 17 May, 2016 1 commit
  28. 09 Feb, 2016 1 commit
    • Nikolay Polyarniy's avatar
      T-API python support implemented: · 46e08d34
      Nikolay Polyarniy authored
       - cv2.UMat implemented - python thin wrapper for UMat
       - no implicit copy from GPU to Host done, resulting UMat can be passed to next function without overhead
       - cv2.UMat.get() - to fetch data to Host
       - new tests covers: ORB, BFMatcher, goodFeaturesToTrack, calcOpticalFlowPyrLK
      46e08d34
  29. 30 Oct, 2015 1 commit
  30. 29 Oct, 2015 2 commits
  31. 20 Oct, 2015 1 commit
  32. 12 Aug, 2015 1 commit
  33. 17 Jun, 2015 1 commit
  34. 11 Jun, 2015 1 commit
  35. 25 Apr, 2015 1 commit
    • Mansour Moufid's avatar
      Cast some image coordinates and sizes to double. · b99f7a29
      Mansour Moufid authored
      Conflicts:
      	modules/gpu/perf/perf_imgproc.cpp
      
      Cast a long integer to double explicitly.
      
      Conflicts:
      	modules/python/src2/cv2.cpp
      
      Cast some matrix sizes to type int.
      
      Change some vector mask types to unsigned.
      
      Conflicts:
      	modules/core/src/arithm.cpp
      b99f7a29