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
data2[sj + (si * 8)] = (data2[sj + (si * 8)] + px) / 2.0; is an exponential moving average, that will discard the information about the most of pixels byt the few last ones (with the heavy accent on the last one)
#1
Open
KOLANICH opened this issue
Sep 17, 2022
· 0 comments
No description provided.
The text was updated successfully, but these errors were encountered: