summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp
AgeCommit message (Collapse)Author
2014-10-19decruft moreStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-10-16Simplify EWMA2 licence and add filter description comment.Donovan Baarda
2014-10-16Rename alpha/smoothing/output vars/attrs with better names.Donovan Baarda
2014-10-16Change noise filtering from 2mins to 60secs.Donovan Baarda
2014-10-16Update 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-15Simplify first_run handling to only initialize filter states.Donovan Baarda
Make reset() set first_run=true;
2014-10-15Remove 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-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-09-18header cleanup onlyStanislaw Halik
2014-09-13nix incorrect copyright attribution (see note)Stanislaw Halik
While @dbaarda wanted to leave it ghostwritten, it's not fair toward him.
2014-07-27rename file so that name makes any senseStanislaw Halik
2014-06-16Revert "update accela, ewma to use lerp class"Stanislaw Halik
This reverts commit 7428b028ffd95c229c57f8089b97e6bd0af34339.
2014-06-16Revert "update lerp api in filters"Stanislaw Halik
This reverts commit a8a21e5618023b2eda49ad013030479528635c54.
2014-06-14update lerp api in filtersStanislaw Halik
2014-06-14update accela, ewma to use lerp classStanislaw Halik
2014-06-13ewma: simplifyStanislaw Halik
2014-06-13ewma: don't filter twice with same input valueStanislaw Halik
2014-06-13ewma: dbaarda failed to give himself creditStanislaw Halik
2014-06-13ewma: style onlyStanislaw Halik
fixup
2014-06-12Remove DOS line terminators from ftnoir_filter_ewma2.{cpp,h}.Donovan Baarda
2014-06-12Merge branch 'master' of https://github.com/opentrack/opentrack into dev/ewma2Donovan Baarda
Resolved conflicts manually in files: ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
2013-12-31ewma use settings frameworkStanislaw Halik
2013-12-31meta: get rid of Initialize(), now RAIIStanislaw Halik
2013-12-10get rid of "last_post_filter"Stanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-17pass -Wall -Wextra -pedanticStanislaw Halik
2013-09-19ewma: fix filter lack of idempotenceStanislaw Halik
Bug introduced by self in c4f6c12187ed423edc17501b0f6bda129d192bca
2013-09-19clean up implicit conversions float -> doubleStanislaw Halik
2013-09-15Merge branch 'master' of github.com:opentrack/opentrackStanislaw Halik
Conflicts: facetracknoir/tracker.cpp ftnoir_filter_accela/ftnoir_filter_accela.cpp ftnoir_filter_accela/ftnoir_filter_accela.h ftnoir_filter_base/ftnoir_filter_base.h ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
2013-09-14filter API: Remove implementation detail. Sprinkle constStanislaw Halik
2013-09-14Downcase settings directory. Only affects LinuxStanislaw Halik
2013-09-14Run dos2unix on the tree. No user-facing changes.Stanislaw Halik
2013-09-13Don't expose filter internal state. Sprinkle some constStanislaw Halik
2013-09-13Allow for editing filter settings while the software is runningStanislaw Halik
2013-08-11Change ewma2 filter to compare filtered delta vs learned noise toDonovan Baarda
dynamically adjust filtering for each channel.
2013-08-03Tidy up tabs in ewma2 filter.Donovan Baarda
2013-08-03Tidy and optimize ewma2 filter.Donovan Baarda
2013-08-01Fix ewma2 bitrot (by dbaarda)Stanislaw Halik
2013-06-06Remove dead codeStanislaw Halik
2013-04-29Rename global settings locationStanislaw Halik
2013-04-29Correct prototypesStanislaw Halik
2013-04-13Don't use axes as class/struct members. Use an array instead, and iterate ↵Stanislaw Halik
over them where applicable.
2013-04-02Just put everything new in. Conflict resolution will be laterStanislaw Halik
2013-03-22Remove .bat files, actually finish rename this timeStanislaw Halik
2013-03-22finish renameStanislaw Halik
2013-03-22Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!!Stanislaw Halik
.git/config: [core] ignorecase = false