opencv/modules
Andrei Costinescu 38d73123c1
#include <math.h> in cv2.cpp
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.
2018-03-25 20:39:29 +02:00
..
calib3d apply the workaround to correct range 2018-03-22 18:28:47 +09:00
core make the asynchronous call to NPP safe 2018-03-22 21:33:51 +09:00
cudaarithm follow histogram 2018-03-22 21:33:51 +09:00
cudabgsegm ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudacodec Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
cudafeatures2d Merge pull request #10906 from nglee:dev_cudaFastMultiStreamSafety 2018-02-20 20:55:57 +03:00
cudafilters Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
cudaimgproc follow histogram 2018-03-22 21:33:51 +09:00
cudalegacy Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
cudaobjdetect Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
cudaoptflow ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudastereo ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudawarping ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
cudev Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
dnn Fix prior box generation in case of squared proposals. 2018-03-23 09:44:59 +03:00
features2d Fixed bug in KAZE features orientation. 2018-03-13 15:09:36 +00:00
flann Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
highgui Better text contrast of pixel brightness values in Qt window 2018-03-14 13:27:11 +01:00
imgcodecs Fixed two issues found by static analysis 2018-02-26 00:16:02 +03:00
imgproc let the test OCL_ImgprocWarp/Resize.Mat pass on ARM/Aarch64 2018-03-22 21:35:34 +09:00
java java: fix copy_java_files() in gen_java.py 2018-02-28 17:58:31 +03:00
js Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
ml Fixed several issues detected by static analysis 2018-02-22 17:11:33 +03:00
objdetect Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
photo Merge pull request #11035 from shimat:refactoring_decolor 2018-03-12 17:22:06 +03:00
python #include <math.h> in cv2.cpp 2018-03-25 20:39:29 +02:00
shape Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
stitching Enabling build of stitching when CUDA is available 2018-03-07 20:07:48 -05:00
superres Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
ts Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
video fix test error on Tinker Board (OpenCL on Arm platform) 2018-02-26 22:55:06 +09:00
videoio Sets a higher limit on videoio's AVI container's maximum chunk size, and adds an explanation of the assertion. Closes #11126 2018-03-23 12:03:46 -04:00
videostab ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
viz Update precomp.hpp 2018-03-11 22:28:18 -04:00
world Do not build protobuf without dnn (#10689) 2018-02-01 16:30:23 +03:00
CMakeLists.txt cmake: allow providing list of extra modules paths 2018-02-01 19:02:02 +03:00