We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d3cef3 + c145f28 commit 8532180Copy full SHA for 8532180
modules/calib3d/src/ap3p.cpp
@@ -2,6 +2,9 @@
2
3
#include <cmath>
4
#include <complex>
5
+#if defined (_MSC_VER) && (_MSC_VER <= 1700)
6
+static inline double cbrt(double x) { return (double)cv::cubeRoot((float)x); };
7
+#endif
8
9
using namespace std;
10
0 commit comments