DCTFun
From Avisynth wiki
(Difference between revisions)
(Created page with "{{FilterCat|External_filters|Denoisers|Spatial Denoisers}} {{Filter | Prunedtree | 4b | [http://www.avisynth.nl/users/warpenterprises/files/dctfun4b_5F25_dll_20060205.zip DCTF...") |
m (→Examples) |
||
Line 25: | Line 25: | ||
<br> | <br> | ||
== Examples == | == Examples == | ||
− | |||
[[AviSource]]("Blah.avi") | [[AviSource]]("Blah.avi") | ||
dctfun4b() | dctfun4b() | ||
<br> | <br> | ||
+ | |||
== Changelog == | == Changelog == | ||
2006-02-05 DCTFun4b: | 2006-02-05 DCTFun4b: |
Revision as of 06:44, 30 October 2013
Abstract | |
---|---|
Author | Prunedtree |
Version | 4b |
Download | DCTFun4b |
Category | Spatial Denoisers |
Requirements |
|
License | Closed source |
Discussion |
Contents |
Introduction
- A fast spatial denoiser that does a hard thresholding of a complete 4x4 ICT transform.
Requirements
Parameters
- dctfun4b(clip, float "luma_thresh", float "chroma_thresh")
- luma_thresh float = 3.0
- Luma threshold.
- luma_thresh float = 3.0
- chroma_thresh float = 2.0
- Chroma threshold.
- chroma_thresh float = 2.0
Examples
AviSource("Blah.avi") dctfun4b()
Changelog
2006-02-05 DCTFun4b: - Initial release
Links
- Doom9 Forum - DCTFun4 / DCTFun5 discussion.