imgFFTLowPass: Apply a low pass filter on a fft matrix

Description Usage Arguments Value See Also Examples

Description

This function returns the low passed filter on a fft matrix (this matrix should be shifted).

Usage

1
imgFFTLowPass(fft_matrix, r)

Arguments

fft_matrix

The complex matrix of an fft transformation

r

The radius of the frequency filter

Value

return an imagedata

See Also

imgFFT imgFFTInv imgFFTHighPass imgFFTBandPass imgFFTBandStop

Examples

1
2
3
4
5
6
	## Not run: 
		x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		t <- imgFFT(x, FALSE)
		i <- imgFFTLowPass(t, 25)
	
## End(Not run)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.