Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-07 | plugin-support: make header-only, expose as public API | Stanislaw Halik | |
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects. | |||
2014-12-20 | apply r/t compensation before mapping translation values | Stanislaw Halik | |
Suggested-by: @FlyingCircus- Issue: #106 | |||
2014-12-15 | move rmat->euler and euler->rmat conversions to header | Stanislaw Halik | |
2014-12-14 | switch back to volatile bool for tracker flags | Stanislaw Halik | |
UI thread is the only writer for the flags. Makes no sense to use more than volatile. | |||
2014-11-29 | implement zero shortcut | Stanislaw Halik | |
2014-11-26 | tracker: map before filtering | Stanislaw Halik | |
2014-11-07 | impl centering not confused on 90deg boundaries | Stanislaw Halik | |
atan2 returned wrong quadrants, as per <http://en.wikipedia.org/wiki/Atan2#Definition_and_computation> breakage on sign change. Issue: #63 | |||
2014-11-02 | use quaternions for centering | Stanislaw Halik | |
@KyokushinPL says was the only version that worked. Let's give it a try. Goddamn issue: #63 | |||
2014-11-01 | use simple-mat now opencv nixed from core | Stanislaw Halik | |
2014-10-26 | inverting early caused wrong asymmetric axis selection | Stanislaw Halik | |
2014-10-25 | fix sign, r/t compensation | Stanislaw Halik | |
Issue: #63 | |||
2014-10-25 | basis mapping seem to work now | Stanislaw Halik | |
Only matrix -> euler conversion broken Issue: #63 | |||
2014-10-24 | Rotation basis algebra for centering | Stanislaw Halik | |
Reported-by: @doveman months ago, many times Issue: #63 @dbaarda please confirm that- or -whether- it makes any sense. Issue: #86 It could be either worse or better than before. Please specify. Sadly, no time to plug the videos as camera input to PT as of yet. Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-10-21 | fix toggle output zeros regression | Stanislaw Halik | |
2014-10-20 | refactor 1/2 (?) | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |