By popular request, now available for Windows
I succeeded in making the tracking software compile in Windows and it seems to work.
Here's how:
1) Follow instructions for installing OpenFrameworks 05 FAT :
http://www.openframeworks.cc/forum/viewtopic.php?t=523
(Don't forget the extra files that need to be placed in the mingw dir)
2) Follow the tracking system's README instructions for the GNU/Linux set-up , but don't open the codeBlocks project for GNU/Linux just yet.
3) Download the following package, interactiveFloorWIN32.zip which contains a testApp with a minor modification to allow for windows compilation and a custom project file for Windows as well.
4) Replace apps\addonsExamples\opticFlowExample\src\testApp.cpp with the one provided in interactiveFloorWIN32.zip
5) Place the project file provided in interactiveFloorWIN32.zip in apps\addonsExamples\opticFlowExample\ and use it.
6) Copy the following DLLs from random places in the OpenFrameworks05 FAT package to apps\addonsExamples\opticFlowExample\bin\ :
cv100.dll
cxcore100.dll
libguide40.dll
fmodex.dll
FreeImage.dll
glut.dll
7) Press compile. Good luck!