Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-26 | gui: don't start if wizard was closedtrackhat-1.2p4 | Stanislaw Halik | |
2016-09-26 | gui/main-window: rerun wizard on "create empty config" | Stanislaw Halik | |
Also if wizard is closed rather than accepted, don't create the config. | |||
2016-09-26 | gui: remove several user-visible settings | Stanislaw Halik | |
- dynamic pose is now enable iff current model is cap - dynamic pose timeout is now always 500 ms - fov is now always 75 | |||
2016-09-26 | gui/res: add 192x192 images | Stanislaw Halik | |
2016-09-26 | gui/res: add original clip and cap logos so they don't get lost | Stanislaw Halik | |
2016-09-21 | tracker/pt: fix harmless fencepost error | Stanislaw Halik | |
2016-09-21 | tracker/pt: fix cross location formula | Stanislaw Halik | |
2016-09-21 | gui/wizard: set min point size to 1.5 px | Stanislaw Halik | |
2016-09-21 | tracker/pt: fix area/radius confusion in extractor | Stanislaw Halik | |
2016-09-20 | tracker/pt: prevent NaN from forever poisoning PT state | Stanislaw Halik | |
2016-09-20 | gui: use same rotation basis for pose display | Stanislaw Halik | |
2016-09-20 | api/tracker: merge from unstable | Stanislaw Halik | |
- fix gimbal lock - use right Tait-Bryan conversion to/from matrix, not generic inapplicable euler conversion - adjust for timer inaccuracy, therefore running at constant Hz that's actually the specified Hz | |||
2016-09-20 | compat/sleep: fix namespace fuckup | Stanislaw Halik | |
2016-09-20 | api: backport simple-mat as whole file | Stanislaw Halik | |
2016-09-20 | compat/timer: backport, update usages | Stanislaw Halik | |
2016-09-20 | api, compat: backport exports fix | Stanislaw Halik | |
2016-09-20 | tracker/pt: don't restart camera if nothing's changed | Stanislaw Halik | |
2016-09-20 | tracker/pt: merge from unstable | Stanislaw Halik | |
- the pose estimator doesn't need locking at all - only return point count to the dialog, reducing locking - allow for only 8 pixels difference between consecutive dynamic pose frames at 640x480, half that at 320x240 - extract points taking in account pixel brightness, not merely contours - in case of more than three points, prefer the brightest ones scoring on radius and average pixel brightness | |||
2016-09-20 | api/plugins: avoid needless vtable | Stanislaw Halik | |
2016-09-20 | tracker/pt: fix crash with more than 3 points | Stanislaw Halik | |
Found-by: @DaMichel | |||
2016-09-20 | tracker/pt: use doubles | Stanislaw Halik | |
We don't have pt_types namespace on this branch so hardcode using double instead. | |||
2016-09-20 | cmake: expose M_PI and friends on MSVC | Stanislaw Halik | |
2016-09-12 | api/tracker: centering should go the other way | Stanislaw Halik | |
2016-09-12 | installer: adjust paths | Stanislaw Halik | |
2016-09-12 | remove libovr licensing info for trackhat | Stanislaw Halik | |
2016-09-12 | api/win32-joystick: fix buildtrackhat-1.2p3 | Stanislaw Halik | |
How did this even happen? | |||
2016-09-12 | proto/freetrack: game list update | Stanislaw Halik | |
2016-09-12 | tracker/pt: default to right fov for trackhat | Stanislaw Halik | |
2016-09-12 | tracker/pt: fix build | Stanislaw Halik | |
2016-09-12 | cmake: add msvc toolchain | Stanislaw Halik | |
2016-03-07 | Merge branch 'unstable' into trackhattrackhat-1.2p2 | Stanislaw Halik | |
2016-03-07 | Revert "tracker/pt: don't use exact float comparison in POSIT" | Stanislaw Halik | |
This reverts commit a40a557caddad5285bd03b79dca5f7a94d1f44c5. | |||
2016-03-07 | remove unused center_method setting | Stanislaw Halik | |
2016-03-07 | tracker/pt: actually use hardcoded model offsets | Stanislaw Halik | |
2016-03-07 | tracker/pt: fix mismerge | Stanislaw Halik | |
2016-03-07 | Merge branch 'unstable' into trackhattrackhat-1.2p1 | Stanislaw Halik | |
2016-03-07 | tarball: don't assume env(1) is in pathopentrack-2.3-rc21p9 | Stanislaw Halik | |
2016-03-07 | make-tar: don't assume cmake is in path | Stanislaw Halik | |
2016-03-07 | tracker/aruco: use new-style opencv headers | Stanislaw Halik | |
When requesting specific modules, opencv doesn't need the others built. | |||
2016-03-07 | tracker/pt: don't use exact float comparison in POSIT | Stanislaw Halik | |
2016-03-07 | tracker/pt: remove branching that's frequently mispredicted | Stanislaw Halik | |
2016-03-07 | tracker/pt: less malloc/free each frame | Stanislaw Halik | |
2016-03-06 | installer: file mode change only | Stanislaw Halik | |
2016-03-06 | cmake: don't search for Qt5Xml | Stanislaw Halik | |
We're not using it anywhere. | |||
2016-03-06 | cmake: update compiler path in toolchain file | Stanislaw Halik | |
We're now using dw2 rather than sjlj for official builds. | |||
2016-02-17 | tracker/pt: fix build | Stanislaw Halik | |
2016-02-17 | tracker/pt: retire get_points() in the extractor | Stanislaw Halik | |
2016-02-17 | tracker/pt: protect get_n_points() | Stanislaw Halik | |
There's a race here since further accesses to the points array aren't protected by a mutex in the extractor class. There's no race in "get_points()" in the extractor since it's only used in same thread where updates take place. | |||
2016-02-17 | tracker/pt: cover all "points" usages by a mutex | Stanislaw Halik | |
2016-02-12 | tracker/rs: cleaned up preview widget setup and deletetion. | Xavier Hallade | |