MinBlur: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m minor formatting |
|||
| Line 27: | Line 27: | ||
==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=MinBlur#post1082064 here]. | |||
Revision as of 11:24, 27 September 2014
| Abstract | |
|---|---|
| Author | Didée |
| Version | 1.0 |
| Download | MinBlur.avsi |
| Category | Dehaloers |
| Requirements |
|
| License | |
| Discussion | |
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.
MinBlur(clip clp, int r, int "uv")
Examples
External Links
- Doom9 Forum - MinBlurX; read some of the differences here.