NeoTMedian: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
NeoTMedian
 
redirect to page with right name
 
Line 1: Line 1:
{{FilterCat6|External_filters|Plugins|Plugins_x64|Adjustment_filters|Blurring|Deep_color_tools}}
#REDIRECT [[neo_TMedian]]
{{Filter3
[[Category:Redirects]]
|1=[https://github.com/msg7086 MeteorRain]
|2=r2
|3=[https://github.com/HomeOfAviSynthPlusEvolution/neo_TMedian/releases/ neo_TMedian_r2.7z]
|4=Blurring
|5=[https://github.com/HomeOfAviSynthPlusEvolution/neo_TMedian/blob/master/LICENSE MIT]
|6=}}
<br>
== Description ==
[[neoTMedian]] is a temporal denoising filter. It replaces every pixel with the median of its temporal neighbourhood.
<br>
<br>
== Requirements ==
* [x86]/[x64]: [[AviSynth+]]
* Supported color formats:  8-16 bit integer and 32 bit float [[planar]] formats.
<br>
 
== [[Script variables|Syntax and Parameters]] ==
<br>
:{{Template:FuncDef|FastBlur (clip, float blur, float "y_blur", int "iterations, bool "dither", bool "gamma", float "threads")}}
<br>
::{{Par2| |clip| }}
:::Input clip. Currently supporting 8..16 bit integer and 32 bit float format.
<br>
::{{Par2|radius|int|1}}
:::Neighbor frames radius. SIMD optimization supports up to 6.
:::Default: 1
<br>
::{{Par2|y|int|3}}
::{{Par2|u|int|3}}
::{{Par2|v|int|3}}
:::Whether a plane is to be filtered.
:::*1 - Do not touch, leaving garbage data
:::*2 - Copy from origin
:::*3 - Process
:::Default: 3
<br>
 
== Examples ==
neo_tmedian with default settings:
[[AviSource]]("blah.avi")
neo_tmedian(clip, radius=1, y=3, u=3, v=3)
 
<br>
== Changelog ==
Version      Date            Changes<br>
r2          2021/09/27      - Fixed processing of Y clips. (AVS)
                              - Updated dual synth wrapper.
                              - Fixed Linux build.
r1          2020/04/11      - Initial release.
<br>
 
== External Links ==
*[https://github.com/HomeOfAviSynthPlusEvolution/neo_TMedian GitHub] - source code repository.
<br>
<br>
-----------------------------------------------
'''Back to [[External_filters#Blurring|External Filters]] &larr;'''

Latest revision as of 02:53, 6 February 2023

Redirect to: