bm3d-gpu icon indicating copy to clipboard operation
bm3d-gpu copied to clipboard

CUDA implementation of BM3D

Results 4 bm3d-gpu issues
Sort by recently updated
recently updated
newest added

Hello. I really like this code, and i use it regularly with great results. There have been some recent advances for the BM3D algorithm: [https://doi.org/10.1109/TIP.2020.3014721](https://doi.org/10.1109/TIP.2020.3014721) It would be great to...

This project is not working with 16-bit tiff images. It is still doing something and the output is a 8-bit tiff pretty close to a random image.

enhancement

I get the following error: ``` Sigma = 10 Number of Steps: 2 Color denoising: yes Noise variance for individual channels (YCrCb if color): 32 29 33 width: 4231 height:...

bug

I have added support for pitched memory and implemented the function `denoise_device_image()`, which can be used to filter images that are already in GPU memory.