compiled the utility/mpolar.cpp error in windows
I recompiled the utility/mpolar.cpp with mex using VS2017 and opencv3.3.0., and I came into the following error
Error using mex
Creating library mpolar.lib and object mpolar.exp
mpolar.obj : error LNK2019: unresolved external symbol "void __cdecl cv::fastFree(void *)" (?fastFree@cv@@YAXPEAX@Z) referenced in
function "public: __cdecl cv::Mat::~Mat(void)" (??1Mat@cv@@QEAA@XZ)
mpolar.obj : error LNK2019: unresolved external symbol "private: void __cdecl cv::String::deallocate(void)"
(?deallocate@String@cv@@AEAAXXZ) referenced in function "public: __cdecl cv::String::~String(void)" (??1String@cv@@QEAA@XZ)
mpolar.obj : error LNK2019: unresolved external symbol "public: static class cv::MatExpr cdecl cv::Mat::zeros(class cv::Size
Hi, it seems that your compiling environment is not correct. Have you tried the compile.m in the LDES/utility/mexfiles folder?