DCTFun

From Avisynth wiki
Revision as of 06:44, 30 October 2013 by Reel.Deal (Talk | contribs)

Jump to: navigation, search
Abstract
Author Prunedtree
Version 4b
Download DCTFun4b
Category Spatial Denoisers
Requirements
  • YV12
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.


chroma_thresh float = 2.0
Chroma threshold.


Examples

AviSource("Blah.avi")
dctfun4b()


Changelog

2006-02-05 DCTFun4b:
 - Initial release


Links

- Doom9 Forum - DCTFun4 / DCTFun5 discussion.

Personal tools