SmoothUV

Abstract

author: Kurosu
version: 1.4.0
download: http://www.avisynth.org/warpenterprises/
category: Spatial Smoothers
requirements: 

Functions

— SmoothUV
- SSHiQ

Syntax

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

2) SmoothUV (used to reduce rainbows, as done by smartsmoothIQ)
SmoothUV (clip, int radius, int threshold, bool 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)

$Date: 2004/08/17 20:31:19 $