Trouble building CLEyeFaceTracker
Posted: 17 January 2011 03:05 PM   [ Ignore ]
New Member
Avatar
Rank
Total Posts:  28
Joined  2011-01-15

Just getting started.

Using Visual 2010 C++ Express

Donwloaded OpenCV2.2, built, and executed OpenCVHelloWork.  No issues.

Now trying to get started with CLEyeFaceTracker.

Had to fix what looked like a typo on line 21 of CLEyeFaceTracker.cpp—CLEyeCameraReolution to CLEyeCameraResolution.

Now compiles fine, but fails a link time looking for cv.lib. 

I don’t see that lib anywhere in the CL2.2 directories.  Nor, do I have it as a dependency for VC++ 20 (at least can’t find it).  I’m thinking its renamed to something else in CL2.2, but the ..\..\..\..\Lib\CLEyeMulticam.lib specified in the project has a dependency on it.  Not sure how to confirm this.

Does CLEyeFaceTracker compile and link with OpenCV2.2?  Am I missing something?

Thanks,

Dave Thomas

Profile
 
 
Posted: 18 January 2011 04:49 AM   [ Ignore ]   [ # 1 ]
New Member
Avatar
Rank
Total Posts:  28
Joined  2011-01-15

I don’t really understand why, but when I disabled “Minimal Rebuild” in VC++ 2010 Express, it builds and runs fine!

i’ve never really used pre-compiled header stuff—maybe it has something to do with that.  Anyway, i’m up and running.

Now, if I could every get some help to get my account straightened out…..

Dave Thomas

Profile
 
 
 
 


RSS 2.0     Atom Feed