Ask Your Question

daphnée's profile - activity

2014-10-15 07:59:47 -0600 asked a question Matlab Opencv connection problem

Hello,

I'm a newbie in Opencv. I always did image processing using Matlab toolbox but now i need to accelerate things with opencv. I need to connect matlab to opencv and I found an easy way in this tutorial link text but it didn't work. I'm using Matlab R2010a and microsoft visual c++ express 2010 as a compiler. I first downoloaded opencv 2.4.10 and extracted it in 'C:\opencv', then, after mex -setup I downloaded mexopencv from link text, extracted it and added it to path and finally run mexopencv.make but the following errors appear:

Error using ==> make>pkg_config at 184 OpenCV include path not found: C:\opencv\include

Error in ==> make at 87 [cv_cflags,cv_libs] = pkg_config(opts);

I added 'C:\opencv\build\x86\vc10\bin' to the path in environment variables but always the same problem. Help me please