MinBlur: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m minor update
Line 10: Line 10:


== Description ==
== 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]
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=MinBlur#post1082064 here].
*[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
  • YV12
License
Discussion

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


MinBlur(clip clp, int r, int "uv")


Examples