Rank: 39948 based on 0 downloads (last 30 days) and 0 files submitted
photo

Thomas

E-mail
Company/University
ETH Zurich

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Thomas
Updated File Comments Rating
14 Aug 2009 Open CV Viola-Jones Face Detection in Matlab Viola-Jones Fast Face Detection Mex Implementation Author: Sreekar Krishna

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