-
Notifications
You must be signed in to change notification settings - Fork 56
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
color image support #1
Comments
I definitely will support color images. I am really busy now. Can you wait for about 1 or 2 months? |
Thank you very much! |
Thanks for your work! Can you write more comments to your code ? |
Why does the line 25 of bm3d_1st_step.py require that the height and width of img_noisy be equal? This will require the height and width of the original input image to be equal. For example, if I input a 256 * 320 image, there will be some bugs in the program. |
@ckldan520 |
@ckldan520 I fixed the bug that the image height must be equal to the width, images with different widths and heights work fine now. |
Thank you very much, it works fine now |
Thank you for your excellent work. Will you continue to change BM3D to support color images? |
I don't think I have time to read the paper. I just read some other codes of BM3D, and I believe it only involves two color transforms. But I must verify the code before releasing it. The verification workload is huge. And I have always been trying to refactor this code, and it also takes time. |
https://webpages.tuni.fi/foi/GCF-BM3D/ |
Thank you very much. |
Thanks for your good work. Will you consider supporting color image denoising in the future?
The text was updated successfully, but these errors were encountered: