VapourSynth-BM3D icon indicating copy to clipboard operation
VapourSynth-BM3D copied to clipboard

BM3D denoising filter for VapourSynth

Results 7 VapourSynth-BM3D issues
Sort by recently updated
recently updated
newest added

Hi, this project is has been very helpful personally and I notice that it has amassed a lot of stars over the years. I wanted to say thank you by...

I've been running benchmark tests on my script (on 5K video clip) ``` BM3D parallel 167.75 136.73 Bicubic parallel 41.23 33.61 RGB2OPP parallel 31.54 25.70 VAggregate parallel 31.12 25.36 Degrain3...

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?

This parameter decouples the reference clip for block matching and the reference clip for empirical wiener as documented in README

Hi Mawen, i've started doing some AVX optimization in your project. As of MVTools i've not done any profiling, i'm just converting what was already converted in SSE2 and trying...

I want to use this BM3D algorithm in python. I used the 'mvsfunc' and feed the function with ndarray(in numpy). The function returns "TypeError: BM3D: "input" must be a clip!"...

Hi, Mawen. I am learning on bm3d denoising algorithm based on [this](http://www.cs.tut.fi/~foi/GCF-BM3D/). I've already forked on you bm3d project and it was really good work. I wanted to know that...