agaz1985
Computer
- Jun 21, 2007
- 3
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?