MaskTools/Expand
From Avisynth wiki
(Difference between revisions)
(New page: {{FilterCat|External_filters|Other_filters|Support_filters}} {{Func4Def|Inpand (clip)|Expand (clip)|Deflate (clip)|Inflate (clip)}} '''Plugin''': MaskTools These filters allow to en...) |
m (1 revision) |
Latest revision as of 16:01, 9 May 2013
Inpand (clip)
Expand (clip)
Deflate (clip)
Inflate (clip)
Plugin: MaskTools
These filters allow to enlarge / reduce a mask:
- Expand will replace the value of a pixel by the highest surrounding value.
- Inpand will on the contrary replace it by the lowest surrounding value.
- Inflate will compute the mean of the surrounding pixels, and will replace the value of the pixel by it only if this mean is superior to the original value of the pixel.
- Deflate will do the same only if the mean is inferior to the original value.
The picture returned by Expand / Inflate will always be higher than the original picture. On the contrary, the one returned by Inpand / Deflate will always be lower.
The enlarging / reducing produced by Deflate / Inflate is softer than the one of Expand / Inpand.
Back to MaskTools.