SmoothUV: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m corrections
add SmoothUV2 note
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{FilterCat|External_filters|Denoisers|Spatial Denoisers}}
{{FilterCat4|External_filters|Plugins|Denoisers|Spatial_denoisers}}
{{Filter3
{{Filter3
| {{Author/Kurosu}}
| {{Author/Kurosu}}
Line 7: Line 7:
| [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
| [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
|}}
|}}
== Description ==
A spatial denoising that started out as a simple port of [http://web.archive.org/web/20031209123415/http://www.doki.ca/filters/ SmartSmoothIQ], but evolved into something more generic. SmoothUV processes the luma and chroma separately and it includes a general denoising function called [[SmoothUV/SSHiQ|SSHiQ]] and one specialized in derainbowing, [[SmoothUV/SmoothUV|SmoothUV]].
<br>
<br>
<span style="color:red">'''Note: [[SmoothUV2]] is recommended as a modern replacement for SmoothUV.'''</span>
<br>
<br>
== Description ==
: A spatial denoising that started out as a simple port of [http://web.archive.org/web/20031209123415/http://www.doki.ca/filters/ SmartSmoothIQ], but evolved into something more generic.
: SmoothUV processes the luma and chroma separately and it includes a general denoising function called [[SmoothUV/SSHiQ|SSHiQ]] and one specialized in derainbowing, [[SmoothUV/SmoothUV|SmoothUV]].
<br>
<br>
== Requirements ==
== Requirements ==
:- AviSynth 2.5.8 or later
* AviSynth 2.5.8 or later
:- [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only
:- Supported color formats: [[YV12]]  
* Supported color formats: [[YV12]]  


:- [[MMX]] capable CPU
* [[MMX]] capable CPU
<br>
<br>
== Filters ==
== Filters ==
{{PluginFilterTable2}}
{{PluginFilterTable2}}
{{PluginFilterRow|SmoothUV|SmoothUV|
{{PluginFilterRow|SmoothUV|SmoothUV|
Line 31: Line 33:
}}
}}
|}
|}
<br>
<br>
<br>
== Changelog ==
== Changelog ==
Line 48: Line 48:
  v1.1                        - First public release  
  v1.1                        - First public release  
<br>
<br>
== Links ==
==External Links ==
*[http://web.archive.org/web/20031009215231/http://kurosu.inforezo.org/avs/Smooth/index.html Archive.org] - SmoothUV archived documentation/hompage.<br>
*[http://web.archive.org/web/20031009215231/http://kurosu.inforezo.org/avs/Smooth/index.html Archive.org] - SmoothUV archived documentation/hompage.<br>
<br>
<br>
<br>
<br>
<br>
-----------------------------------------------
-----------------------------------------------
'''Back to [[External_filters#Spatial_Denoisers|External Filters]] &larr;'''
'''Back to [[External_filters#Spatial_Denoisers|External Filters]] &larr;'''

Latest revision as of 21:23, 24 November 2022

Abstract
Author Kurosu
Version v1.4.0
Download smoothuv_dll_20030902.zip
Category Spatial Denoisers
License GPLv2
Discussion

Description

A spatial denoising that started out as a simple port of SmartSmoothIQ, but evolved into something more generic. SmoothUV processes the luma and chroma separately and it includes a general denoising function called SSHiQ and one specialized in derainbowing, SmoothUV.

Note: SmoothUV2 is recommended as a modern replacement for SmoothUV.

Requirements

  • AviSynth 2.5.8 or later
  • Progressive input only
  • Supported color formats: YV12
  • MMX capable CPU


Filters

Filter Description Color format
SmoothUV

A derainbowing filter.

YV12
SSHiQ

A general purpose spatial denoising filter.

YV12


Changelog

Version      Date            Changes
v1.4.0 2003/09/02 - Fixed HQ mode for radius > 4 - Added radius 7
v1.3.1 2003/08/31 - Speed improvement - Increased the edge influence, therefore increasing the HiQ part :)
v1.3 - Interlaced modes work without crashing - Interlaced HiQ mode work (normal interlaced mode was used before) - Add support for radii 5 and 6, at the cost of speed; could add bigger radius but it's starting to be really useless - Fixed convolution: all pixels intended to be used are now used - Speed improvement; but with the above fix, you shouldn't notice it :)
v1.2 - Fixes to SmoothUV
v1.1 - First public release





Back to External Filters