diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-28 21:53:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-28 21:53:25 +0100 |
commit | c14c9d42a164d158c495f1064220b22982d5a6ae (patch) | |
tree | b4ec391f7336e8fef624080f50a377649810e3e8 | |
parent | 6f438aacccac409aa0805d5186cb0be2f35a705f (diff) |
no need ever filter translation as muchopentrack-2.3-rc4
-rw-r--r-- | ftnoir_filter_accela/ftnoir_filter_accela.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_filter_accela/ftnoir_filter_accela.cpp b/ftnoir_filter_accela/ftnoir_filter_accela.cpp index cb01bccc..309243e4 100644 --- a/ftnoir_filter_accela/ftnoir_filter_accela.cpp +++ b/ftnoir_filter_accela/ftnoir_filter_accela.cpp @@ -41,7 +41,7 @@ void FTNoIR_Filter::filter(const double* input, double *output) } const double rot_t = 10. * (1+s.rot_threshold) / 100.; - const double trans_t = 10. * (1+s.trans_threshold) / 100.; + const double trans_t = 5. * (1+s.trans_threshold) / 100.; const double dt = t.elapsed() * 1e-9; t.start(); |