Log in

View Full Version : What is the equivalent of BM3D for denoising in avisynth?


ACKR
1st May 2020, 02:14
I am looking to denoise some anime i have and i have been told that bm3d is the best for denoising, what is the avisynth equivalent of that? is it dfttest? i use sigma=2 setting on bm3d generally

Also for debanding is F3KDB or gradfun3 which is better?

MeteorRain
1st May 2020, 03:34
Well if I have time I might port BM3D to AVS.

ACKR
1st May 2020, 05:28
Well if I have time I might port BM3D to AVS.

is dfttest worse?

tormento
1st May 2020, 11:45
Have we any CUDA or OpenCL expert here? All those filters need to have a GPU version too.

ACKR
2nd May 2020, 00:57
Have we any CUDA or OpenCL expert here? All those filters need to have a GPU version too.

my server that i will be doing encoding on is xeon 1275v1 does it even have support?

kedautinh12
2nd May 2020, 01:17
is dfttest worse?

Dfttest faster but lost more detail

tormento
2nd May 2020, 08:50
my server that i will be doing encoding on is xeon 1275v1 does it even have support?



OpenCL can be supported by CPU too. Don’t know your case.