imgFFTiShift {biOps}R Documentation

Inverse of the imgFFTShift

Description

This function returns the inverse shifted matrix, useful in fft transformation.

Usage

imgFFTiShift(imgmatrix)

Arguments

imgmatrix A matrix (could be an image or a fft matrix)

Value

return a matrix

See Also

imgFFT imgFFTInv imgFFTShift

Examples

        ## Not run: 
                x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
                t <- imgFFTShift(x)
                i <- imgFFTiShift(t)
        
## End(Not run)

[Package biOps version 0.2.1 Index]