Releases: HomeOfVapourSynthEvolution/VapourSynth-BM3D
Releases · HomeOfVapourSynthEvolution/VapourSynth-BM3D
BM3D-r9
BM3D-r8
BM3D-r7
BM3D-r6
BM3D-r5
BM3D-r4
Added SSE2 optimizations
Basic, Final: profile="fast" use group_size=8 instead of 16 for better speed
OPP2RGB, RGB2OPP: now override frame property "_Matrix"
Compiled with VS2015
~35% faster with the same settings
~175% faster with default settings for bm3d.Basic+bm3d.Final
BM3D-r3
Fixed a stupid mistake that the order of applying DCT and IDCT is reversed (it should be DCT->filter->IDCT), which leads to over-filtering in fine structures and produces artifacts such as blocking, ringing and desaturation.
Now it actually filters as expected.