提交 85321807 编写于 作者: A Alexander Alekhin

Merge pull request #8567 from tomoaki0705:fixCbrtVS2012

......@@ -2,6 +2,9 @@
#include <cmath>
#include <complex>
#if defined (_MSC_VER) && (_MSC_VER <= 1700)
static inline double cbrt(double x) { return (double)cv::cubeRoot((float)x); };
#endif
using namespace std;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册