Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-31 | finish rename | Stanislaw Halik | |
2013-12-31 | meta: get rid of Initialize(), now RAII | Stanislaw Halik | |
2013-12-30 | pt: use new settings framework, cleanup | Stanislaw Halik | |
2013-12-14 | pt: don't crash since hysteresis support | Stanislaw Halik | |
Reported-by: runningman84 GitHub: issue #15 | |||
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-12-04 | draw images directly, without pixmaps | Stanislaw Halik | |
2013-11-27 | PT: don't crash on camera lackage (issue #9) | Stanislaw Halik | |
Reported-by: runningman84 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-27 | pt, hatire: save settings in correct place | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-10 | fix build | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-07 | fix build error on ocv 2.4 branch | Stanislaw Halik | |
2013-11-07 | (hopefully) fix pitch issues on Mac | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-03 | pt: downcase settings/ dirname | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-03 | "fix" crapintosh build | Stanislaw Halik | |
2013-10-29 | don't use .ico, doesn't work on mingw qt | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
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 | fix one more PT edge case | 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: fix for Windows framerate display | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-25 | PT: don't loop forever on camera unplug | Stanislaw Halik | |
2013-10-25 | PT: possibly fix applying settings | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-23 | fix Unix frame counter | 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 | Optimize widget redraw | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-22 | fix camera name & crash bug | 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-19 | unbreak build | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct | |||
2013-10-19 | untested unbreakage | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | all except 3rdparty-maintained stuff pass -Wall -Wextra -pedantic | 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-18 | Fix build error on OpenCV 2.4 (alterscape) | Stanislaw Halik | |
2013-09-15 | Simplify tracker API | Stanislaw Halik | |
No need to have a separate finalization function, can just as well sleep in the destructor. | |||
2013-09-15 | Fix mingw-w64 cross-compile from Linux | Stanislaw Halik | |
Case-sensitivity and MSVC-isms bite again. | |||
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-03-12 | Change videowidget to reduce CPU-load according to Stanislaw | Wim Vriend | |
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-10-13 | props changed | Stanislaw Halik | |
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@186 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-23 | Solution/project files for VS2005 | Stanislaw Halik | |
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@162 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb | |||
2012-09-23 | PT: added reference to help | Patrick Ruoff | |
updated vc9 project files git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@161 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 |