1. 26 3月, 2018 1 次提交
    • A
      #include <math.h> in cv2.cpp · 38d73123
      Andrei Costinescu 提交于
      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
  2. 25 3月, 2018 1 次提交
  3. 24 3月, 2018 2 次提交
  4. 23 3月, 2018 4 次提交
  5. 22 3月, 2018 9 次提交
  6. 21 3月, 2018 2 次提交
  7. 20 3月, 2018 1 次提交
  8. 19 3月, 2018 2 次提交
  9. 18 3月, 2018 3 次提交
  10. 17 3月, 2018 7 次提交
  11. 15 3月, 2018 8 次提交