Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-05 | change icons, remove self-references | Stanislaw Halik | |
2014-01-04 | disable hysteresis debug; throttle frame update rate | Stanislaw Halik | |
2014-01-04 | PT: decruft MSVC | 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 | |
2014-01-02 | fix build | Stanislaw Halik | |
2014-01-02 | delete msvc cruft | Stanislaw Halik | |
2014-01-02 | fix win32 native build by reordering headers | Stanislaw Halik | |
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 |