MinBlur
From Avisynth wiki
(Difference between revisions)
m (→External Links) |
m (minor update) |
||
Line 10: | Line 10: | ||
== Description == | == Description == | ||
− | Nifty Gauss/Median combination; | + | Nifty Gauss/Median combination; it makes a "best of both worlds" combination of a (more or less) Gaussian filter with median filtering. Result reminds a little of a bilateral filter.[http://forum.doom9.org/showpost.php?p=891788&postcount=27&highlight=MinBlur]<br/> |
+ | MinBlur was originally included as a helper function in the [[MCBob]] deinterlacing script. | ||
Line 27: | Line 28: | ||
==External Links == | ==External Links == | ||
− | *[http://forum.doom9.org/showpost.php?p=1080443&highlight=MinBlurX&postcount=11 Doom9 Forum] - MinBlurX; read some of the differences [http://forum.doom9.org/showthread.php?p=1082064&highlight= | + | *[http://forum.doom9.org/showpost.php?p=1080443&highlight=MinBlurX&postcount=11 Doom9 Forum] - MinBlurX; read some of the differences [http://forum.doom9.org/showthread.php?p=1082064&highlight=MinBlurX#post1082064 here]. |
Revision as of 17:38, 27 September 2014
Abstract | |
---|---|
Author | Didée |
Version | 1.0 |
Download | MinBlur.avsi |
Category | Dehaloers |
Requirements |
|
License | |
Discussion |
Contents |
Description
Nifty Gauss/Median combination; it makes a "best of both worlds" combination of a (more or less) Gaussian filter with median filtering. Result reminds a little of a bilateral filter.[1]
MinBlur was originally included as a helper function in the MCBob deinterlacing script.
Required Plugins
- MaskTools2
- MedianBlur
- RemoveGrain - part of the RemoveGrain v1.0b package.
Syntax and Parameters
MinBlur(clip clp, int r, int "uv")
Examples
External Links
- Doom9 Forum - MinBlurX; read some of the differences here.