Tracking objects in a video / or photo in realtime.
See source code in /src. Run.cpp is the file which should be compiled (check commands.txt for example compilation command). IO.cpp is in/out for images. data.cpp is conversion between datastructures. flow.cpp is maxflow / min-cut implementations. generate.cpp is used to generate ideal images to segment. heu.cpp contains code for heuristics. preseg.cpp contains all presegmentation implementation. See the top of the file for further description.