3D ball tracker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added the bulleted ToDo list) |
||
Line 8: | Line 8: | ||
== Build the tracker == | == Build the tracker == | ||
=== Build the tracker on Linux == | === Build the tracker on Linux === | ||
=== Build the tracker on Windows == | === Build the tracker on Windows === | ||
Sorry, I don't know how to do that so far. | Sorry, I don't know how to do that so far. | ||
== ToDo == | == ToDo == | ||
;[[Image:empty_bullet.png]]Fix $PF3DTracker/conf/Find_IPP.cmake : | |||
;[[Image:empty_bullet.png]]Turn image size into a parameter loaded at start time : | |||
;[[Image:empty_bullet.png]]Turn the number of particles into a parameter loaded at start time : | |||
;[[Image:empty_bullet.png]]Build the tracker on Windows : | |||
;[[Image:full_bullet_2.png]]Start writing a wiki-based tutorial : |
Revision as of 11:17, 13 May 2009
This page contains information on how to build, set up and run PF3DTracker, the particle-filter-based 3D ball tracker. The page is in the process of being written, so it's very incomplete and the information you find on it might be inaccurate.
Get the source code
The source code of the tracker is not in a repository at the moment, I need to make sure it can be built on Windows before I commit it.
Build the tracker
Build the tracker on Linux
Build the tracker on Windows
Sorry, I don't know how to do that so far.