Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-18 | plugins: rename check_status -> initialize | Stanislaw Halik | |
It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly. | |||
2017-12-09 | many: use otr_tr for non-qobject translation | Stanislaw Halik | |
I haven't even compile-tested Linux and OSX-specific bits. | |||
2017-10-29 | static constexpr -> constexpr | Stanislaw Halik | |
2017-04-18 | many: use std::f{max,min} for floating-point values | Stanislaw Halik | |
2017-04-06 | logic/tracker: call IFilter::center() | Stanislaw Halik | |
Issue: #540 | |||
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-02-22 | filter/kalman: delete unused .ts file | Stanislaw Halik | |
We're not doing pl_PL translation. Kill the stray file. | |||
2017-02-21 | modules: add .ts files | Stanislaw Halik | |
2017-02-18 | filter/kalman: fix typo in identifier | Stanislaw Halik | |
2016-11-05 | modules: fix some translation stuff | Stanislaw Halik | |
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-04 | modules: make names unique | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-09-06 | filter-kalman: (parameter tuning) decreased adaption time scale; increased ↵ | DaMichel | |
deadzone size | |||
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-04 | filter/kalman: deadzone tweaks | DaMichel | |
2016-08-04 | filter/kalman: log sliders that only change a single decimal digit at a time ↵ | DaMichel | |
when moved | |||
2016-08-04 | filter/kalman: changed copyright notice | DaMichel | |
2016-08-02 | filter/kalman: deadzone adjustment and parameter tuning | DaMichel | |
2016-08-02 | filter/kalman: slider resolution shall be limited by pixels on screen, not ↵ | DaMichel | |
by quantization of slider values. | |||
2016-08-02 | filter/kalman: use fixed size matrices | DaMichel | |
2016-08-02 | filter/kalman: fix typo | Stanislaw Halik | |
The "abs" in global namespace is an integer-only version. Use "fabs" from cmath instead. | |||
2016-08-02 | filter/kalman: ensure data members are aligned | Stanislaw Halik | |
What a PITA. | |||
2016-08-02 | filter/kalman: fix "static constexpr double" ODR | Stanislaw Halik | |
2016-08-02 | filter/kalman: remove @dbaarda's copyright from dialog | Stanislaw Halik | |
@DaMichel still needs to change to his copyright in file headers. | |||
2016-08-02 | filter/kalman: find eigen in non-standard locations | Stanislaw Halik | |
2016-08-02 | filter/kalman: rename header only | Stanislaw Halik | |
In Qt Creator I can jump between header and source if only they have the same base name. | |||
2016-08-02 | kalman filter revised: noise model change, switch to Eigen3, implemented | DaMichel | |
process noise covariance scaling adaptive KF, augmented akf with deadzone filter as second filter stage | |||
2016-07-22 | oops | DaMichel | |
2016-07-17 | fix prediction error cov propagation in KF | DaMichel | |
2016-07-16 | few: update/add copyright | Stanislaw Halik | |
2016-07-10 | simple sim in python for playing with kalman filtering | DaMichel | |
2016-07-08 | Kalman filter works with the other kind of timer. | DaMichel | |
2016-06-16 | filter/kalman: disconnect from build | Stanislaw Halik | |
It doesn't work presently. | |||
2016-05-26 | many modules: trivial cleanups only | Stanislaw 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-22 | filter/kalman: don't depend on whole videoio | Stanislaw Halik | |
2016-05-14 | partial revert of 74d9f5e31428ef362033a63c10b781d943c5e5a5 | Stanislaw Halik | |
We actually need to use a float intermediate type lest the value gets truncated. | |||
2016-05-13 | many: remove unneeded implicit type conversion double <-> float | Stanislaw Halik | |
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-10-30 | cmake: lessen logspam with no opencv | Stanislaw Halik | |
2015-10-30 | fix icon paths | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |