matlab2018a compile C++ opencv

I have use a code from a paper and it need matlab complie C++ function and call opencv 2.4.9. But it failed, my system is 64-bit Windows Operating System,my matlab version is 2018a and I have install the Mricrosoft Visual C++ 2017, look the picture. But when I complie the .cpp is failed. The errors are like this 'undefined reference to `cv::Mat::deallocate()' . It seems can not find the opencv? Anybody can figure this problems ,thank you very much.
The compile commad is
mex generateEllipseCandidates.cpp -IF:\OpenCV\opencv2.4.9\build\include -IF:\OpenCV\opencv2.4.9\build\include\opencv -IF:\OpenCV\opencv2.4.9\build\include\opencv2 -LF:\OpenCV\opencv2.4.9\build\x64\vc11\lib -IF:\Matlab\settlein\extern\include -LF:\Matlab\settlein\extern\lib\win64\microsoft -lopencv_core249 -lopencv_highgui249 -lopencv_imgproc249 -llibmwlapack.lib

 Accepted Answer

703701363
703701363 on 10 Feb 2021
it is success, the compile command is error ,delete the '.lib' is right

More Answers (0)

Categories

Asked:

on 8 Feb 2021

Answered:

on 10 Feb 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!