BM3D_py icon indicating copy to clipboard operation
BM3D_py copied to clipboard

why finger.png the py version psnr decrase so much?

Open oneTaken opened this issue 4 years ago • 3 comments

As described as the title.

sigma = 80:
Py version psnr: 17.781 Cpp version psnr: 20.196

oneTaken avatar Jul 06 '20 01:07 oneTaken

Can you show me the image? In fact, in some image, the PSNR decrease if sigma is very high. I guess it is because some trick which CPP version took I did not take into the code.

Ryanshuai avatar Jul 06 '20 04:07 Ryanshuai

Just the case in the README file. the 13-th case.

https://github.com/Ryanshuai/BM3D_py#comparison-of-cpp-version-and-python-version

Maybe some tricks what you explain above is reasonable.

oneTaken avatar Jul 06 '20 06:07 oneTaken

Just the case in the README file. the 13-th case.

https://github.com/Ryanshuai/BM3D_py#comparison-of-cpp-version-and-python-version

Maybe some tricks what you explain above is reasonable.

You could try to fix it and send pull request to me ~

Ryanshuai avatar Jul 07 '20 03:07 Ryanshuai