I use Microsoft Visual Studio 2015 , MATLAB R2016a And OpenCV 3.1ver. i have some OpenCV c++ file. I want to create MEX-File from OpenCV C++ file and i use
mexOpenCV myfile.cpp
on MATLAB.
And Error is poped like this
다음 사용 중 오류가 발생함: mexOpenCV (line 122)
소스.cpp
C:\Users\USER\Desktop\같은색 마커\같은색 마커\소스.cpp(5): fatal error
C1083: 포함 파일을 열 수 없습니다. 'opencv2/imgcodecs.hpp': No such file
or directory
how can i solve this problem?