MinBlur
From Avisynth wiki
| 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")
Examples
External Links
- Doom9 Forum - MinBlurX; read some of the differences here.