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