MedianBlur/MedianBlur
From Avisynth wiki
(Difference between revisions)
(Created page with "== Introduction == == Parameters == {{Template:FuncDef|MedianBlur (int "radiusy", int "radiusu", int "radiusv", bool "calcborder")}} <br> <br> :{{Par|radiusy, u, v|int|2}} ::...") |
m (→Parameters) |
||
Line 8: | Line 8: | ||
::Specify the radius to use: | ::Specify the radius to use: | ||
− | |||
:::*If the supplied radius is between -1 and -255 the plane is set to -radius. | :::*If the supplied radius is between -1 and -255 the plane is set to -radius. | ||
:::*If the the radius is 0 the plane is copied unaltered. | :::*If the the radius is 0 the plane is copied unaltered. | ||
:::*If the radius is less than -255 the plane isn't processed at all. | :::*If the radius is less than -255 the plane isn't processed at all. | ||
+ | :::*Default is 2. | ||
<br> | <br> | ||
:{{Par|calcborder|bool|true}} | :{{Par|calcborder|bool|true}} |
Revision as of 03:54, 17 October 2013
Introduction
Parameters
MedianBlur (int "radiusy", int "radiusu", int "radiusv", bool "calcborder")
- radiusy, u, v int = 2
- Specify the radius to use:
- If the supplied radius is between -1 and -255 the plane is set to -radius.
- If the the radius is 0 the plane is copied unaltered.
- If the radius is less than -255 the plane isn't processed at all.
- Default is 2.
- calcborder bool = true
- If true (default) the borders of the frame is filtered too.
- If false then the border is copied from the source clip.