Watch this Author's files
Dear all,
This library is only provides binary libraries for Windows. For any other architecture you will certainly need your own libraries.
On linux, I can compile with (in directory src)
mex FaceDetect.cpp -I../Include/ -LPATHTOOPENCVINSTALLATION/lib/ -lcvaux -lcv -lcxcore -lcvhaartraining -lhighgui -outdir ../bin/
then, I need to start matlab with LD_LIBRARY_PATH set:
export LD_LIBRARY_PATH=PATHTOOPENCVINSTALLATION/lib matlab
and then it works just fine.
The same should work on mac, and probably there is a similar construct for 64bit windows.
cheers, thomas
Contact us at files@mathworks.com