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

 Respuesta aceptada

703701363
703701363 el 10 de Feb. de 2021

1 voto

it is success, the compile command is error ,delete the '.lib' is right

Más respuestas (0)

Categorías

Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 8 de Feb. de 2021

Respondida:

el 10 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by