Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-07-16 | all: use macros for symbol exposure | Stanislaw Halik | |
2015-06-06 | ewma: prevent NaN after division by zero | Stanislaw Halik | |
Issue: #169 | |||
2015-05-22 | all: implicitly cancel on form dialog close | Stanislaw Halik | |
2015-04-03 | Merge pull request #87 from dbaarda/dev/ewma2 | Stanislaw Halik | |
Dev/ewma2 | |||
2014-12-06 | filters: move icon to main app | Stanislaw Halik | |
2014-10-22 | Rename filter() arguments to "input" and "output". | Donovan Baarda | |
Rename delta, noise, and output state attributes to last_* for consistency. | |||
2014-10-22 | Change EWMA2 to use a dynamic dt using a timer. | Donovan Baarda | |
2014-10-21 | change filter api for less camel usage | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-19 | update modules to refactored API | Stanislaw Halik | |
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 | 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-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-14 | update options api | Stanislaw Halik | |
2014-09-22 | get rid of evil CALLING_CONVENTION macro | Stanislaw Halik | |
2014-09-22 | win32: all plugins in Windows binary distro updated to new api | Stanislaw Halik | |
2014-09-18 | header cleanup only | Stanislaw Halik | |
2014-09-13 | nix incorrect copyright attribution (see note) | Stanislaw Halik | |
While @dbaarda wanted to leave it ghostwritten, it's not fair toward him. | |||
2014-07-27 | rename file so that name makes any sense | Stanislaw Halik | |
2014-06-16 | Revert "update accela, ewma to use lerp class" | Stanislaw Halik | |
This reverts commit 7428b028ffd95c229c57f8089b97e6bd0af34339. | |||
2014-06-16 | Revert "update lerp api in filters" | Stanislaw Halik | |
This reverts commit a8a21e5618023b2eda49ad013030479528635c54. | |||
2014-06-14 | update lerp api in filters | Stanislaw Halik | |
2014-06-14 | update accela, ewma to use lerp class | Stanislaw Halik | |
2014-06-13 | ewma: change ui slider ranges | Stanislaw Halik | |
Submitted-by: dbaarda | |||
2014-06-13 | ewma: simplify | Stanislaw Halik | |
2014-06-13 | ewma: update settings form | Stanislaw Halik | |
2014-06-13 | explain why settings are ints | Stanislaw Halik | |
2014-06-13 | ewma: bump version | Stanislaw Halik | |
2014-06-13 | ewma: don't filter twice with same input value | Stanislaw Halik | |
2014-06-13 | ewma: dbaarda failed to give himself credit | Stanislaw Halik | |
2014-06-13 | ewma: style only | Stanislaw Halik | |
fixup | |||
2014-06-12 | Remove DOS line terminators from ftnoir_filter_ewma2.{cpp,h}. | Donovan Baarda | |
2014-06-12 | Merge branch 'master' of https://github.com/opentrack/opentrack into dev/ewma2 | Donovan Baarda | |
Resolved conflicts manually in files: ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | |||
2014-01-15 | make all tracker/protocol/filter dialogs non-modal | Stanislaw Halik | |
2014-01-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-05 | change icons, remove self-references | Stanislaw Halik | |
2013-12-31 | finish rename | Stanislaw Halik | |
2013-12-31 | ewma: discard settings on cancel | Stanislaw Halik | |
2013-12-31 | ewma use settings framework | Stanislaw Halik | |
2013-12-31 | meta: get rid of Initialize(), now RAII | Stanislaw Halik | |
2013-12-10 | get rid of "last_post_filter" | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-19 | Fix proto/filter dtor not being called | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct | |||
2013-10-17 | pass -Wall -Wextra -pedantic | Stanislaw Halik | |
2013-09-19 | ewma: fix filter lack of idempotence | Stanislaw Halik | |
Bug introduced by self in c4f6c12187ed423edc17501b0f6bda129d192bca |