Replies: 1 comment
-
I used to have an implementation of this algorithm as well, but with a couple of interesting changes: stationary wavelets instead of decimated wavelets, padding of the different levels to avoid Fourier aliasing, and a parameter to select the stripe direction. I would normally suggest sticking to 1 or 2 (max) decomposition levels because you would otherwise compromise features, bias, and scaling of the image. However, this might depend on the application. |
Beta Was this translation helpful? Give feedback.
-
Following a discussion with @sklumpe during the JOSS review of the pystack3d paper (openjournals/joss-reviews#7079 (comment)), wavelet decomposition could be a fast and promising alternative to the pyvsnr algorithm for destriping.
Below is the code to compare the two approaches.
Feel free to share your feedback.
Beta Was this translation helpful? Give feedback.
All reactions