You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,21 @@
1
-
# MiniDeen
1
+
# Neo MiniDeen (ported from VapourSynth-MiniDeen)
2
2
3
-
MiniDeen Copyright(C) 2019 Xinyue Lu
3
+
Neo MiniDeen Copyright(C) 2019-2020 Xinyue Lu, and previous developers
4
4
5
5
MiniDeen is a spatial denoising filter. It replaces every pixel with the average of its neighbourhood.
6
6
7
7
This is a dual interface port of the [VapourSynth plugin MiniDeen](https://github.com/dubhater/vapoursynth-minideen) version beta 2.
8
8
9
+
SSE2 is required to run optimized routine. AVX2 routine is also available. Unlike VapourSynth-MiniDeen, this filter returns binary identical result between SIMD and C routine, and SIMD routine does not call C routine for pixels close to frame border.
0 commit comments