id: 11530    nodeId: 11530    type: General    point: 89.0    linkPoint: 1.0    maker: cella    permission: linkable    made at: 2012.06.07 16:56    edited at: 2012.06.07 17:13
OpenCV tutorial: face tracker
Project is included in OpenCV samples archive.
But there are compiling errors.

I tried to fix the problem:
right click on the project > Get Info > Build > changed "Base SDK" from Mac OS X 10.4 to Mac OS X 10.6, changed Valid Architectures deleting ppcs, changed Header Search Paths to "/usr/local/include"
right click on the target > Get Info > Build > changed Header Search Paths to "/usr/local/include/**"

But the critical problem is that there is no OpenCV.framework which is necessary to this project.
If there is no OpenCV.framework file, there should be a .sh file to make it according to the README.txt, but there is none.

I copied all the source code to a well-running project, but there are several errors, maybe due to the version problem.
This project was made 2007. I gave up.

Return to OpenCV tutorial: face tracker