MinBlur
From Avisynth wiki
(Difference between revisions)
m (category) |
m (minor formatting) |
||
Line 9: | Line 9: | ||
|}} | |}} | ||
− | + | == Description == | |
+ | Nifty Gauss/Median combination; MinBlur() 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] | ||
− | |||
− | + | == Required Plugins == | |
− | + | ||
− | + | ||
*[[MaskTools2]] | *[[MaskTools2]] | ||
*[[MedianBlur]] | *[[MedianBlur]] | ||
− | *[[RemoveGrain]] | + | *RemoveGrain - part of the [[RemoveGrain v1.0b]] package. |
− | == | + | |
+ | == [[Script variables|Syntax and Parameters]] == | ||
+ | {{Template:FuncDef|MinBlur(clip clp, int r, int "uv")}} | ||
Line 26: | Line 26: | ||
− | == Links == | + | ==External Links == |
Revision as of 04:05, 27 September 2014
Abstract | |
---|---|
Author | Didée |
Version | 1.0 |
Download | MinBlur.avsi |
Category | Dehaloers |
Requirements |
|
License | |
Discussion |
Contents |
Description
Nifty Gauss/Median combination; MinBlur() 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]
Required Plugins
- MaskTools2
- MedianBlur
- RemoveGrain - part of the RemoveGrain v1.0b package.
Syntax and Parameters
MinBlur(clip clp, int r, int "uv")