Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-13 | remove hatire tracker | Stanislaw Halik | |
hatire tracker's unmaintained, unused and has an obvious crash bug The following line: data[frame_cnt] = (long) HAT.Code; contains an arbitrary offset dereference. It's obvious now that the code has only been compile-tested. Because no one reported the issue, it's safe to assume it has no users. If it gets users and becomes actively maintained, it'll return. -sh | |||
2014-01-13 | flip tcomp axis for freetrack protocol | Stanislaw Halik | |
It's the easy way out, for now. Need to align 6DOF conventions of all available trackers, eventually | |||
2014-01-13 | hopefully work around tracker thread freeze on exit (issue #18) | Stanislaw Halik | |
Reported-by: @chsims1 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-01-13 | pt: protect against pthread starvation when stopping | Stanislaw Halik | |
2014-01-13 | rescale aruco to centimeters, like PT does | Stanislaw Halik | |
2014-01-13 | correct preferred hz | Stanislaw Halik | |
2014-01-13 | fix typo | Stanislaw Halik | |
2014-01-13 | aruco: change allowed scale, now that units are in millimeters | Stanislaw Halik | |
2014-01-13 | accela: change allowed input scale | Stanislaw Halik | |
2014-01-13 | change translation scale back. units in millimeters for most trackers | Stanislaw Halik | |
2014-01-12 | pt: display points' centers | Stanislaw Halik | |
2014-01-12 | fix accidental revert | 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 "fix crash due to mismatched float/double" | Stanislaw Halik | |
This reverts commit 9fc8e2da02f2e5c2295199826e408cc026d6eae6. | |||
2014-01-12 | Revert "don't touch tvec scale" | Stanislaw Halik | |
This reverts commit 69bc6490911f062c7eb72ff73431bfe7381034fd. | |||
2014-01-12 | Revert "remove an outdated comment" | Stanislaw Halik | |
This reverts commit 7be138a8ece3cd90e0cbca0b30e812d0a19d10c6. | |||
2014-01-12 | Revert "remove hack of passing fov/w/h as member vars" | Stanislaw Halik | |
This reverts commit 6e1610667fb33517299997e628652fd91380e762. | |||
2014-01-12 | Revert "display extracted points' centers" | Stanislaw Halik | |
This reverts commit cfbcc6b5dba563b3d4d41a82aa990445730b0528. | |||
2014-01-12 | Revert "fix translation estimation" | Stanislaw Halik | |
This reverts commit 5cf25c6d0e524d21ea3eb9691f922b8c9b2fd73d. | |||
2014-01-12 | Revert "reset levmarq internal state on reset (duh)" | Stanislaw Halik | |
This reverts commit 476b4fd96effe8108ad65930bb90cb2a4bed2216. | |||
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-12 | Revert "correct focal length equation" | Stanislaw Halik | |
This reverts commit 4312ef4098a449d38209c4f20ed573e9deb1713c. | |||
2014-01-12 | display current value in qfc correctly | Stanislaw Halik | |
2014-01-12 | remove fisheye correction based on wrong focal length | Stanislaw Halik | |
2014-01-12 | correct focal length equation | Stanislaw Halik | |
2014-01-12 | fix qfc display artifacts & bugs | Stanislaw Halik | |
2014-01-12 | fix qfc persisting despite cancel | Stanislaw Halik | |
2014-01-12 | refactor QFC | Stanislaw Halik | |
2014-01-12 | qfc: simplify | Stanislaw Halik | |
2014-01-12 | accela: implement separate rot/trans deadbands | Stanislaw Halik | |
2014-01-12 | correct aruco min pitch equation | Stanislaw Halik | |
2014-01-12 | fix aruco ROI bug | Stanislaw Halik | |
2014-01-11 | fix labels for joy tracker | Stanislaw Halik | |
Reported-by: Sascha Bönhardt | |||
2014-01-11 | change coeffs before snapshot | Stanislaw Halik | |
2014-01-11 | FINALLY fix d_order -> image pos | Stanislaw Halik | |
2014-01-11 | remove forgotten debug code | Stanislaw Halik | |
2014-01-11 | get rid of frame copy throttling | 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 | reset levmarq internal state on reset (duh) | Stanislaw Halik | |
2014-01-11 | fix translation estimation | Stanislaw Halik | |
2014-01-11 | display extracted points' centers | Stanislaw Halik | |
2014-01-11 | prevent empty video frame upon race | Stanislaw Halik | |
2014-01-11 | replace hand-rolled timer class with QElapsedTimer | Stanislaw Halik | |
2014-01-11 | remove hack of passing fov/w/h as member vars | Stanislaw Halik | |
2014-01-11 | remove an outdated comment | Stanislaw Halik | |