Software |
|||||||
|
PixelTrackCode of the PixelTrack tracking algorithm published at ICCV 2013. This is C++ code using the OpenCV (2.4) library (tested under Linux):pixeltrack_v0.3.tgz. It is published under the GPLv3 license. Use this code for research purposes only. If you use it, cite the paper: Stefan Duffner, Christophe Garcia, Pixeltrack: a fast adaptive algorithm for tracking non-rigid objects Proceedings of the International Conference on Computer Vision (ICCV), 2013 (bibtex, djvu). Find more information here. QfsmQfsm is a graphical editor for finite state machines written in C++ using Qt the graphical Toolkit from this website and licensed under the GNU General Public Licence (GPL). Finite state machines are a model to describe complex objects or systems in terms of the states they may be in. In practice they can be used to create regular expressions, scanners or other program code as well as for integrated circuit design. Current features of Qfsm are:
More information can be found on the Qfsm homepage as well as the Sourceforge project home page. I would like to thank Camille Decock for her help in writing the user manual of Qfsm. |