summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/numeric.hpp
AgeCommit message (Collapse)Author
2017-08-14tracker/pt: move Affine class to cv/Stanislaw Halik
2017-06-18tracker/pt: use last pose when not differentStanislaw Halik
We allow for max of less than a pixel skew of all the points.
2017-06-12tracker/pt: cleanupStanislaw Halik
Also, changing "f" typedef to "float" won't break the build anymore.
2016-11-12tracker/pt: refactorStanislaw Halik
- separate .{cpp,hpp} for few classes - don't include namespaces globally; harmless but looks bad anyway - class with all public members to struct