-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to improve the strength of denoising by adjusting parameters? #22
Comments
Personally I haven't found BM3D to be ajustable at all in terms of denoising strength. Sigma=9 is what always worked best in my tests. To increase denoising strength, one trick is to use SMDegrain as a first pass and pass it as the ref parameter. That's what xClean is doing. |
Basically "sigma" works as a threshold for frequency filtering. For very strong noise with temporal fluctuation, pure BM3D may not work very well. |
Indeed, I also found that I constantly set sigma=8 whenever I use BM3D for denoising. |
What I found is that sigma changes the sharpness of the edges; with little or no impact on removed noise. Anything below 9 (or 8) is "not enough" and anything above 9 gives too sharp edges, from my tests. |
I had tried to change the sigma, the radius, the profile and other parameters, but these didn't work on some noise videos. Can you give me some advice?
The text was updated successfully, but these errors were encountered: