1. 15 Nov, 2018 1 commit
  2. 29 Oct, 2018 1 commit
  3. 25 Oct, 2018 1 commit
  4. 10 Oct, 2018 1 commit
  5. 26 Sep, 2018 1 commit
  6. 18 Sep, 2018 1 commit
  7. 17 Sep, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 08 Sep, 2018 1 commit
  10. 07 Sep, 2018 1 commit
  11. 25 Aug, 2018 1 commit
  12. 27 Jul, 2018 1 commit
  13. 19 Jul, 2018 1 commit
  14. 04 Jul, 2018 1 commit
  15. 03 Jul, 2018 1 commit
  16. 07 Jun, 2018 1 commit
  17. 04 Jun, 2018 1 commit
  18. 30 May, 2018 2 commits
  19. 26 Apr, 2018 1 commit
  20. 19 Apr, 2018 1 commit
  21. 03 Apr, 2018 3 commits
  22. 28 Mar, 2018 1 commit
  23. 27 Mar, 2018 1 commit
  24. 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
  25. 13 Feb, 2018 1 commit
  26. 09 Feb, 2018 2 commits
  27. 27 Jan, 2018 1 commit
  28. 23 Jan, 2018 1 commit
  29. 05 Jan, 2018 1 commit
  30. 01 Jan, 2018 1 commit
  31. 15 Dec, 2017 1 commit
  32. 13 Dec, 2017 1 commit
  33. 11 Dec, 2017 1 commit
  34. 09 Dec, 2017 1 commit
  35. 07 Dec, 2017 1 commit
  36. 27 Nov, 2017 1 commit