FFTQuiver
From Avisynth wiki
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
- AviSynth+ r2347 or greater
- libfftw3f-3.dll, FFTw3.dll, or fftw.dll
Syntax and Parameters
- FnQuiver (clip, int array "", bool "test", bool "morph ",float gamma",Effect_specific_parameters")
- clip =
- Input clip.
- clip =
- int array = none
- Array of integer sets specifying frequency domain filters .May not specify for test mode.
- int array = none
- test bool = false
- If true display power spectrum and designed filters .
- test bool = false
- morph bool = false
- Is homomorphic filtering intended? .
- morph bool = false
- gamma float = 0.05
- scaling for spectral display .
- gamma float = 0.05
- refer_specific_function * = ?
- See detailed description of functions.
- refer_specific_function * = ?
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 ←