Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-14 | prevent mutex starvation with PT on non-Windows platforms | Stanislaw Halik | |
2014-01-13 | pt: protect against pthread starvation when stopping | Stanislaw Halik | |
2014-01-12 | pt: display points' centers | Stanislaw Halik | |
2014-01-12 | Revert "use levmarq instead of coplanar POSIT implemented in numerically ↵ | Stanislaw Halik | |
unstable fashion" This reverts commit 0bc59a0a7a42bcf65ebf3814e5f25fb17d735faa. | |||
2014-01-12 | Revert "buffer flush" | Stanislaw Halik | |
This reverts commit 0f6a0d8b20aa1d7415f6d0596f91ea9b766ecf69. | |||
2014-01-12 | Revert "display extracted points' centers" | Stanislaw Halik | |
This reverts commit cfbcc6b5dba563b3d4d41a82aa990445730b0528. | |||
2014-01-12 | Revert "use proper scale for translation" | Stanislaw Halik | |
This reverts commit efe0a4ae5985fbbbca6ae86c40c61d87d4aa6bae. | |||
2014-01-12 | Revert "use correct scale for point coords" | Stanislaw Halik | |
This reverts commit 3ea8dbeb7574e7a61388adcc3a9fd722798504fe. | |||
2014-01-12 | Revert "remove forgotten debug code" | Stanislaw Halik | |
This reverts commit c2bd0204f1cc9f68d0a43581aa6a767959d92ed0. | |||
2014-01-12 | Revert "FINALLY fix d_order -> image pos" | Stanislaw Halik | |
This reverts commit 4bfda0171465193476cebb03373ae165ab9e67ab. | |||
2014-01-11 | FINALLY fix d_order -> image pos | Stanislaw Halik | |
2014-01-11 | remove forgotten debug code | Stanislaw Halik | |
2014-01-11 | use correct scale for point coords | Stanislaw Halik | |
2014-01-11 | use proper scale for translation | Stanislaw Halik | |
2014-01-11 | display extracted points' centers | Stanislaw Halik | |
2014-01-11 | replace hand-rolled timer class with QElapsedTimer | Stanislaw Halik | |
2014-01-08 | buffer flush | Stanislaw Halik | |
2014-01-08 | use levmarq instead of coplanar POSIT implemented in numerically unstable ↵ | Stanislaw Halik | |
fashion Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-01-04 | disable hysteresis debug; throttle frame update rate | Stanislaw Halik | |
2014-01-04 | PT: remove sleep interval | Stanislaw Halik | |
The rationale is that camera blocks while the frame's being retrieved anyway. | |||
2014-01-04 | initialize camera params in right order | Stanislaw Halik | |
2013-12-30 | pt: use new settings framework, cleanup | Stanislaw Halik | |
2013-12-10 | Merge pull request #14 from usrusr/feature/pt-hysteresis | Stanislaw Halik | |
Feature/pt hysteresis | |||
2013-12-10 | s/Give/Get/ | Stanislaw Halik | |
2013-12-10 | remove return value from GiveHeadPoseData | Stanislaw Halik | |
2013-12-10 | add an optional per-pixel hysteresis to remove pixel noise at the expense of ↵ | usrusr | |
a moderate movement threshold (but no lag) | |||
2013-10-26 | PT: use full frame size | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-26 | pt: decruft following c++11 requirement | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-26 | Hopefully fix PT fps now | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-25 | PT: possibly fix applying settings | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-23 | pt fix: frame race, framerate | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-22 | fix race | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-15 | fix trackers for qt5 | Stanislaw Halik | |
Assorted changes: - make filenames unique, since automoc made a boo-boo - adjust include paths, "QtGui" -> "" - use std::shared_ptr in c++11 mode (thanks Patrick!) - make class names unique, automoc sucks, but saves typing - add a dummy class in one file since moronic automoc thinks every target contains Q_OBJECTS!!! | |||
2013-09-15 | New PT from Patrick Ruoff adapted to Linux | Stanislaw Halik | |
2013-09-15 | Initial PT 1.1 import | Stanislaw Halik | |
Codebase broken at this stage | |||
2013-03-22 | Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!! | Stanislaw Halik | |
.git/config: [core] ignorecase = false | |||
2013-01-13 | PT: Camera pitch correction for translation, prepared GUI for release | Patrick Ruoff | |
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@208 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2013-01-12 | PointTracker: Tracker state is reported to FTNoIR, Camera pitch correction, ↵ | Patrick Ruoff | |
Dynamic pose resolution made optional git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@207 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2013-01-02 | Added 'enable axis' parameters to the Trackers. Added 'none' to filter-listbox. | Wim Vriend | |
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@203 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2012-12-31 | Updated PointTracker | Patrick Ruoff | |
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@200 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2012-09-29 | Updated vc9 project files. | Patrick Ruoff | |
PT: Undo of Wim's last wrong commit, some code cleanup, added preliminary resolution change support. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@184 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2012-09-29 | Unversioning local .vcproj and .sln | Wim Vriend | |
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@183 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2012-09-21 | RAII-style dll management 1: Replaced autoptr and release with virtual ↵ | Patrick Ruoff | |
destructors git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@155 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2012-09-20 | corrected vc9 project file debug settings | Patrick Ruoff | |
Tracker_PT: implemented centering Tracker_PT: implemented new point extraction Tracker_PT: various bugfixes git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@148 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2012-09-17 | added pointtracker | Patrick Ruoff | |
created VC9 solution and project files for available projects git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@143 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb |