Click here to Skip to main content
15,919,341 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
using Matlab 2013a x64 & win7 x64. install open cv in path :
C:\OpenCV-2.4.7

C:\OpenCV-2.4.7\build\include

C:\OpenCV-2.4.7\build\x64\vc10\lib


How to use this code in matlab?
C++
mex -Lpath_to_opencv_lib_dir -Ipath_to_opencv_include_dir -lcv -lcxcore me_HaarDetectOpenCV.cpp 


path_to_opencv_lib_dir ???
path_to_opencv_include_dir ???
cv ???
cxcore ???



i'm using code but not work !!!!!!
C++
>> mex -L 'C:\OpenCV-2.4.7\build\x64\vc10\lib\' -I 'C:\OpenCV-2.4.7\build\include\' -l cv -l cxcore me_HaarDetectOpenCV.cpp
Posted
Updated 13-Dec-13 5:34am
v2
Comments
Richard MacCutchan 13-Dec-13 13:51pm    
i'm using code but not work
Please explain what happens, we cannot guess what "not work" means.
goldpower 13-Dec-13 13:56pm    
@Richard MacCutchan
Quick start >> 4
http://groups.inf.ed.ac.uk/calvin/calvin_upperbody_detector/downloads/README.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900