1. 28 Mar, 2018 1 commit
  2. 27 Mar, 2018 7 commits
  3. 26 Mar, 2018 6 commits
  4. 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
  5. 24 Mar, 2018 2 commits
  6. 23 Mar, 2018 5 commits
  7. 22 Mar, 2018 8 commits
  8. 21 Mar, 2018 2 commits
  9. 20 Mar, 2018 1 commit
  10. 19 Mar, 2018 4 commits
  11. 18 Mar, 2018 3 commits