pybm3d icon indicating copy to clipboard operation
pybm3d copied to clipboard

Python wrapper around bm3d

Results 15 pybm3d issues
Sort by recently updated
recently updated
newest added

Fix for issue #11 Note you must also apply PR #13 for avoiding clipping in the output.

When using the bm3d function, it asks for standard deviation of noise `out = pybm3d.bm3d.bm3d(noisy_img, `noise_std_dev)` Bm3d can also work without knowing the standard deviation of the noise How to...

enhancement

Based on [this](https://github.com/timmeinhardt/pybm3d_gpu).

enhancement