Description Usage Arguments Value See Also Examples
This function returns the respective spectrum of the given complex matrix (ie the result of a fft transformation).
1  | imgFFTSpectrum(fft_matrix)
 | 
fft_matrix | 
 The complex matrix of an fft transformation  | 
return an imagedata
1 2 3 4 5 6  | 	## Not run: 
		x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		t <- imgFFT(x)
		i <- imgFFTSpectrum(t)
	
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.