You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comment at the top of OneEuro.h provides this link to a web page about the 1€ Filter by one of its authors. In that page, line 5 of Algorithm 1 shows that dx is to be computed as per the formula:
According to the provided reference, it should be xfilt_.hatxprev rather than xfilt_.xprev. Which incidentally implies that the xprev member of low_pass_filter is not needed.
The text was updated successfully, but these errors were encountered:
A comment at the top of OneEuro.h provides this link to a web page about the 1€ Filter by one of its authors. In that page, line 5 of Algorithm 1 shows that dx is to be computed as per the formula:
The code, on the other hand, does (line 60):
According to the provided reference, it should be
xfilt_.hatxprev
rather thanxfilt_.xprev
. Which incidentally implies that thexprev
member oflow_pass_filter
is not needed.The text was updated successfully, but these errors were encountered: