Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-27 | rename file so that name makes any sense | Stanislaw Halik | |
2014-01-18 | ht: adjust coeffs | Stanislaw Halik | |
2014-01-15 | make all tracker/protocol/filter dialogs non-modal | Stanislaw Halik | |
2014-01-11 | change coeffs before snapshot | Stanislaw Halik | |
2014-01-05 | tweak the ransac coeff in futile attempt to make HT work properly | Stanislaw Halik | |
2014-01-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-04 | HT: allow for 187 fps with PS3 Eye | Stanislaw Halik | |
2014-01-01 | don't reference QSettings anymore | Stanislaw Halik | |
2013-12-31 | finish rename | Stanislaw Halik | |
2013-12-31 | meta: get rid of Initialize(), now RAII | Stanislaw Halik | |
2013-12-30 | ht: reduce boilerplate | Stanislaw Halik | |
2013-12-30 | remove boring comments | Stanislaw Halik | |
2013-12-30 | settings framework for ht tracker | Stanislaw Halik | |
2013-12-30 | remove dist coeffs, no one uses them | Stanislaw Halik | |
2013-12-30 | coeff fix for new beta | Stanislaw Halik | |
2013-12-10 | s/Give/Get/ | Stanislaw Halik | |
2013-12-10 | remove return value from GiveHeadPoseData | Stanislaw Halik | |
2013-12-10 | adjust coeffs for the hundredth time | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-04 | draw images directly, without pixmaps | Stanislaw Halik | |
2013-12-04 | update api, remove extern C | Stanislaw Halik | |
2013-11-07 | update ht-api.h | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-05 | bah, stupido | Stanislaw Halik | |
2013-11-03 | fix wrong qt signals | Stanislaw Halik | |
2013-11-03 | fix apple build | Stanislaw Halik | |
2013-11-03 | appease -Wreorder | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-25 | ht: senseless tweaks inbound | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-22 | hopefully fix msvc2010 build | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-22 | ht: remove dead code | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-22 | optimize HT widget refresh | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-20 | Implement axis limits | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-20 | HT: pointless tweaks | Stanislaw Halik | |
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-19 | misc: fix API boilerplate, encoding | 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 | Make every tracker/protocol/filter dialog modal | Stanislaw Halik | |
This is since changing the tracker/protocol/filter from a combobox will cause a use-after-free and a nasty crash. | |||
2013-09-14 | Handle hotplug camera indices | Stanislaw Halik | |
2013-09-14 | Clean up preprocessor mingw-isms | Stanislaw Halik | |
No functional changes. | |||
2013-09-14 | Downcase settings directory. Only affects Linux | Stanislaw Halik | |
2013-07-26 | Remove dead code | Stanislaw Halik | |
2013-07-26 | Release HT 1.0 | Stanislaw Halik | |
2013-07-21 | Slightly reduce max mean error (adjusted for distance from sensor) | Stanislaw Halik | |
2013-07-04 | Update coefficients once more | Stanislaw Halik | |
2013-06-27 | Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusion | Stanislaw Halik | |
Requested-by: mm0zct | |||
2013-06-18 | Release HT 0.99 following CAD model changes | Stanislaw Halik | |
2013-06-16 | Make params same as demo | Stanislaw Halik | |
2013-06-16 | Update HT data files and config | Stanislaw Halik | |
2013-06-06 | Remove dead code | Stanislaw Halik | |