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
We could use double precision (16 bits per channel) for first pass. That requires more memory for intermediate result, but it can be compensated by interleaving convolve operations over circular buffer. See chromium skia sources for details (refs in readme).
Also, it's possible to use double precision to pass data for unsharp function (but only if [1] done).
I don't know if it's really needed. But if someone find it funny - do it.
The text was updated successfully, but these errors were encountered:
I don't know if it's really needed. But if someone find it funny - do it.
The text was updated successfully, but these errors were encountered: