VerticalCleaner
From Avisynth wiki
| Abstract | |
|---|---|
| Author | Kassandro |
| Version | V0.1 |
| Download | VericalCleaner |
| Category | Spatial Denoisers |
| Requirements |
|
| License | GPL |
| Discussion | |
Contents |
Introduction
- A fast vertical median plugin.
Requirements
Parameters
- VerticalCleaner(clip "input", int "mode", bool "planar")
- mode int = 2
- Modes.
- mode int = 2
- planar bool = false
- Planar. Use SSETools.
- planar bool = false
Examples
AviSource("Blah.avi") VerticalCleaner()
Changelog
2006-02-05 : - Initial release
Links
- [] -