Description Usage Arguments Value See Also Examples
This function returns the high passed filter on a fft matrix (this matrix should be shifted).
1 | imgFFTHighPass(fft_matrix, r)
|
fft_matrix |
The complex matrix of an fft transformation |
r |
The radius of the frequency filter |
return an imagedata
imgFFT
imgFFTInv
imgFFTLowPass
imgFFTBandPass
imgFFTBandStop
1 2 3 4 5 6 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
t <- imgFFT(x, FALSE)
i <- imgFFTHighPass(t, 25)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.