Matlab MEX Compiler Problem
Matlab MEX Compiler Problem
(OP)
I'm developing a MatLab toolbox about stereopsis, In order to compute the disparity map given two stereo images I need to use the Birchfield-Tomasi algorithm included in the OpenCV libraries. I have created a folder with all header files needed to compile the cvdpstereo.cpp file, but when I try to run the MEX compiler an error occurs :
>> mex cvdpstereo.cpp
Error cvdpstereo.cpp: .\cxtypes.h: 300 compiler error in _kids--Bad rule number 0
C:\PROGRA~1\MATLAB\R2007\BIN\MEX.PL: Error: Compile of 'cvdpstereo.cpp' failed.
??? Error using ==> mex at 206
Unable to complete successfully.
Can anyone help me please? :(
>> mex cvdpstereo.cpp
Error cvdpstereo.cpp: .\cxtypes.h: 300 compiler error in _kids--Bad rule number 0
C:\PROGRA~1\MATLAB\R2007\BIN\MEX.PL: Error: Compile of 'cvdpstereo.cpp' failed.
??? Error using ==> mex at 206
Unable to complete successfully.
Can anyone help me please? :(





RE: Matlab MEX Compiler Problem
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Matlab MEX Compiler Problem
(I don't see the relevance of "The Matlab compiler" though in the context of building MEX files.)
RE: Matlab MEX Compiler Problem
RE: Matlab MEX Compiler Problem
TTFN
FAQ731-376: Eng-Tips.com Forum Policies