Friday, February 12, 2010

Turned off the 'ignore' settings so that the libraries could be added/imported to SVN. This solves the issue of missing files at link time. Now able to run the adaptive-skin-detector demo. Still unable to make it stop at each frame. Looks like cvWaitKey() somehow does not work.

Thursday, February 11, 2010

Starting a journal

On the way to the studio tonight, it suddenly hits me. writing down my progress as a journal seems like a good idea to see how much time I put into this experiment. Before today, I spent one month reading the book Practical Computer Vision Using C. Summarize the points to a Xmind.
Last night I resume by setting up SVN and import the OpenCV 2.0 software. Use CMake2.8 and Visual C++ 2008 Express to build the software. Ran into a link-time problem. Unable to find libgcc static library (.a) for ffmpeg library.