Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-18 | timer: start() has to return elapsed before exiting | Stanislaw Halik | |
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker | |||
2014-10-18 | aruco: fix typo breaking red only CCD mode | Stanislaw Halik | |
2014-10-17 | fix options singleton duplicating itself on win32 | Stanislaw Halik | |
2014-10-17 | Merge commit 'f78b96a' into unstable | Stanislaw Halik | |
* commit 'f78b96a': gcc too much a piece of work often submit mapped data to filter, not raw nonsense drop decimal places for rot/trans in UI rotation below -99 didn't display, just froze add-comment | |||
2014-10-17 | don't reduce usleep at ms granularity pointlessly | Stanislaw Halik | |
2014-10-17 | No time to implement a kitchen sink | Stanislaw Halik | |
Issue: #65 | |||
2014-10-17 | default to 1:1 lienar mapping | Stanislaw Halik | |
Issue: #46 | |||
2014-10-17 | show exact slider value in now-read-only spinboxes. | Stanislaw Halik | |
2014-10-16 | add ui layouts for legibility's sake | Stanislaw Halik | |
2014-10-16 | Merge pull request #83 from dbaarda/dev/ewma2 | Donovan Baarda | |
Dev/ewma2 | |||
2014-10-16 | Simplify EWMA2 licence and add filter description comment. | Donovan Baarda | |
2014-10-16 | Rename alpha/smoothing/output vars/attrs with better names. | Donovan Baarda | |
2014-10-15 | gcc too much a piece of work often | Stanislaw Halik | |
Issue: #81 | |||
2014-10-15 | submit mapped data to filter, not raw | Stanislaw Halik | |
2014-10-15 | nonsense | Stanislaw Halik | |
2014-10-15 | drop decimal places for rot/trans in UI | Stanislaw Halik | |
2014-10-15 | rotation below -99 didn't display, just froze | Stanislaw Halik | |
2014-10-15 | add-comment | Stanislaw Halik | |
2014-10-15 | Merge pull request #81 from dbaarda/dev/kalman | Stanislaw Halik | |
Dev/kalman -- Let it rip! | |||
2014-10-16 | Change noise filtering from 2mins to 60secs. | Donovan Baarda | |
2014-10-16 | Update filter constants for dt=3ms as used in tracker.cpp. | Donovan Baarda | |
Change expressions and comments to make it easy to change dt. | |||
2014-10-15 | Simplify first_run handling to only initialize filter states. | Donovan Baarda | |
Make reset() set first_run=true; | |||
2014-10-15 | Remove unnecessary and faulty new_frame detection. | Donovan Baarda | |
This would only detect a non-new-frame when the camera input equalled the filtered output, which would only happen after a long period of no movement or noise. It also is not recommended for this type of filter. | |||
2014-10-15 | Improve some comments slightly. | Donovan Baarda | |
2014-10-15 | Delete README. Dunno where this came from, but it's not there in | Donovan Baarda | |
upstream/unstable. | |||
2014-10-15 | Merge branch 'unstable' of https://github.com/opentrack/opentrack into ↵ | Donovan Baarda | |
dev/kalman Conflicts: ftnoir_filter_kalman/ftnoir_filter_kalman.h | |||
2014-10-14 | Merge branch 'flush-20141005' into unstable | Stanislaw Halik | |
* flush-20141005: aruco: fix fixating on the prev marker location drop guard, only relevant in direct/blockingqueued | |||
2014-10-14 | fix-build | Stanislaw Halik | |
2014-10-14 | aruco: fix fixating on the prev marker location | Stanislaw Halik | |
2014-10-14 | drop guard, only relevant in direct/blockingqueued | Stanislaw Halik | |
2014-10-14 | drop EZCA mode, pitch already up to 180 | Stanislaw Halik | |
2014-10-14 | fix calibration dialog in aruco/pt | Stanislaw Halik | |
2014-10-14 | nix crash on exit, add more stl, less qt | Stanislaw Halik | |
2014-10-14 | octopii width, srs business so you don't hafta | Stanislaw Halik | |
2014-10-14 | nix debug printf | Stanislaw Halik | |
2014-10-14 | merely nits | Stanislaw Halik | |
2014-10-15 | Fix kalman filter for variable update dt. | Donovan Baarda | |
Correct errors in processNoiseCov initialisation. | |||
2014-10-14 | update options api | Stanislaw Halik | |
2014-10-14 | fix several instances of same group not refreshing | Stanislaw Halik | |
2014-10-14 | use layout for whole main window | Stanislaw Halik | |
fixes too small widgets inside of it | |||
2014-10-12 | opt: cleanup some nonsense | Stanislaw Halik | |
2014-10-12 | aruco cleanup, experimental contrast fix | Stanislaw Halik | |
2014-10-12 | fixup! comments only | Stanislaw Halik | |
2014-10-12 | explicit virtual override | Stanislaw Halik | |
2014-10-12 | copyright in header only | Stanislaw Halik | |
2014-10-12 | comments only | Stanislaw Halik | |
2014-10-12 | spline editor needs discard changes on cancel | Stanislaw Halik | |
2014-10-12 | simplify, rename infix operator | Stanislaw Halik | |
2014-10-11 | less crapola | Stanislaw Halik | |
2014-10-11 | Avoid floating point division by zero | Stanislaw Halik | |
Maybe-fixes-issue: #79 |