summaryrefslogtreecommitdiffhomepage
path: root/filter-kalman
AgeCommit message (Collapse)Author
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