v0.1 - Initial Release!
Pre-releaseTime to release my first open source project ever!
After several weeks of work, I have an implementation of several key denoising functions used often in Vapoursynth (and Avisynth).
This release includes TemporalMedian, TemporalSoften, and RemoveGrain (all modes).
Consider this an alpha release!!
I've done plenty of testing on my own machine, but there's much more that needs to be tested on other operating systems are architectures before I'd consider this production ready.
I've pre-compiled Windows versions of the library, targeting AVX2 and AVX512 CPUs. Pick whichever is pertinent for your CPU, and if you're unsure, pick the AVX2 version. Be sure to rename it to just zsmooth.dll
when you place it in your plugin directory (although that might not actually be necessary... feel free to report back).