FFTQuiver

From Avisynth wiki
Revision as of 04:54, 18 June 2018 by Yakub2.X (Talk | contribs)

Jump to: navigation, search


Abstract
Author V.C.Mohan
Version 19 Mar 2017
Download FQPlus.7z
Category External filters
License GPLv2
Discussion


Contents

Description

Regular frequency interference on images. These can be attenuated with either 1D or 2D frequency filters. Frequency spectral displays enable to find such interference and design correcting filters. Full Description

Requirements


Syntax and Parameters

FnQuiver (clip, int array "", bool "test", bool "morph ",float gamma",Effect_specific_parameters")


clip   =
Input clip.


  int array = none
Array of integer sets specifying frequency domain filters .May not specify for test mode.


test  bool = false
If true display power spectrum and designed filters .


morph  bool = false
Is homomorphic filtering intended? .


gamma  float = 0.05
scaling for spectral display .


refer_specific_function  * = ?
See detailed description of functions.




Examples

F1Quiver
F1Quiver(25,100,34,0,42,0, 54,100, custom = true)
F1Quiver(5,39,200,1, uv = true)
F2Quiver
F2Quiver(5,5,60,-35,20,1,2,120,60,8,4,1,70,80,4,3,4,40,42,18,morph=false,gamma=0.04)



Back to External Filters

Personal tools