summaryrefslogtreecommitdiffhomepage
path: root/filter-kalman
AgeCommit message (Collapse)Author
2017-04-18many: use std::f{max,min} for floating-point valuesStanislaw Halik
2017-04-06logic/tracker: call IFilter::center()Stanislaw Halik
Issue: #540
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2017-02-22filter/kalman: delete unused .ts fileStanislaw Halik
We're not doing pl_PL translation. Kill the stray file.
2017-02-21modules: add .ts filesStanislaw Halik
2017-02-18filter/kalman: fix typo in identifierStanislaw Halik
2016-11-05modules: fix some translation stuffStanislaw Halik
2016-11-05delete empty .tsStanislaw Halik
2016-11-05modules: make more strings translatableStanislaw Halik
2016-11-04modules: make names uniqueStanislaw Halik
2016-11-04modules: add autogenerated translation filesStanislaw Halik
2016-09-06filter-kalman: (parameter tuning) decreased adaption time scale; increased ↵DaMichel
deadzone size
2016-08-17move options framework into its own libraryStanislaw Halik
- adjust usages - add support for QList signals and metatype
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-08-04filter/kalman: deadzone tweaksDaMichel
2016-08-04filter/kalman: log sliders that only change a single decimal digit at a time ↵DaMichel
when moved
2016-08-04filter/kalman: changed copyright noticeDaMichel
2016-08-02filter/kalman: deadzone adjustment and parameter tuningDaMichel
2016-08-02filter/kalman: slider resolution shall be limited by pixels on screen, not ↵DaMichel
by quantization of slider values.
2016-08-02filter/kalman: use fixed size matricesDaMichel
2016-08-02filter/kalman: fix typoStanislaw Halik
The "abs" in global namespace is an integer-only version. Use "fabs" from cmath instead.
2016-08-02filter/kalman: ensure data members are alignedStanislaw Halik
What a PITA.
2016-08-02filter/kalman: fix "static constexpr double" ODRStanislaw Halik
2016-08-02filter/kalman: remove @dbaarda's copyright from dialogStanislaw Halik
@DaMichel still needs to change to his copyright in file headers.
2016-08-02filter/kalman: find eigen in non-standard locationsStanislaw Halik
2016-08-02filter/kalman: rename header onlyStanislaw Halik
In Qt Creator I can jump between header and source if only they have the same base name.
2016-08-02kalman filter revised: noise model change, switch to Eigen3, implementedDaMichel
process noise covariance scaling adaptive KF, augmented akf with deadzone filter as second filter stage
2016-07-22oopsDaMichel
2016-07-17fix prediction error cov propagation in KFDaMichel
2016-07-16few: update/add copyrightStanislaw Halik
2016-07-10simple sim in python for playing with kalman filteringDaMichel
2016-07-08Kalman filter works with the other kind of timer.DaMichel
2016-06-16filter/kalman: disconnect from buildStanislaw Halik
It doesn't work presently.
2016-05-26many modules: trivial cleanups onlyStanislaw Halik
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab
2016-05-22filter/kalman: don't depend on whole videoioStanislaw Halik
2016-05-14partial revert of 74d9f5e31428ef362033a63c10b781d943c5e5a5Stanislaw Halik
We actually need to use a float intermediate type lest the value gets truncated.
2016-05-13many: remove unneeded implicit type conversion double <-> floatStanislaw Halik
2015-11-01all: adjust options.hpp move to compatStanislaw Halik
2015-10-30cmake: lessen logspam with no opencvStanislaw Halik
2015-10-30fix icon pathsStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224