HomeOfVapourSynthEvolution / VapourSynth-BM3D

BM3D denoising filter for VapourSynth
MIT License
116 stars 31 forks source link

Will there be OpenCL or CUDA version implementation of BM3D? #23

Closed capric98 closed 3 years ago

capric98 commented 4 years ago

BM3D is a great algorithm in denoising with a bit of speed tradeoff. I also noticed that there are some implementations of GPU accelerated BM3D. With ignorance of writing VapourSynth plugins, I just wonder whether it is possible to introduce GPU acceleration in this plugin or not.

NSQY commented 3 years ago

https://github.com/WolframRhodium/VapourSynth-BM3DCUDA

capric98 commented 3 years ago

https://github.com/WolframRhodium/VapourSynth-BM3DCUDA

Thanks a lot!