SmoothUV

SmoothUV

Übersicht

Autor: Kurosu
Version: 1.4.0
Download: http://www.avisynth.org/warpenterprises/
Kategorie: Räumlicher Weichzeichner
Anforderungen: YV12 Farbformat

Functions

- SmoothUV
- SSHiQ

Syntax

1) SSHiQ(int rY, int rC, int tY, int tC, int str, boolean HQY, boolean HQC, boolean field)

2) SmoothUV (used to reduce rainbows, as done by smartsmoothIQ)
SmoothUV(int radius, int threshold, boolean field)

This filter doesn't process the luma at all, and can be seen as a shorter version of SSHiQ(rY, radius, -1, threshold, 255, false, false, field)