diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-05 21:37:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-05 21:37:57 +0200 |
commit | 1956932bbf0f26c2bdbf89abfe44cc3e00ff7e7a (patch) | |
tree | 8e52f53ba117fb5d1f07f22b29928237bf94f3dc /facetracknoir/tracker.h | |
parent | 613baa7e9473ced982ac7933f4007349d41d79d7 (diff) |
tracker: cleanup
Diffstat (limited to 'facetracknoir/tracker.h')
-rw-r--r-- | facetracknoir/tracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/facetracknoir/tracker.h b/facetracknoir/tracker.h index 8a4ecb1f..5f9639b2 100644 --- a/facetracknoir/tracker.h +++ b/facetracknoir/tracker.h @@ -37,6 +37,7 @@ private: std::atomic<bool> should_quit; static void get_curve(double pos, double& out, Mapping& axis); + static void t_compensate(const double* input, double* output, bool rz); protected: void run() override; public: |