scarlet2.fft

scarlet2.fft#

Methods for Fourier transforms

Functions

convolve(image, kernel[, padding, axes, ...])

Convolve image with a kernel

deconvolve(image, kernel[, padding, axes, ...])

Deconvolve image with a kernel

good_fft_size(input_size)

Determine fast size for FFT

inverse(image_fft, fft_shape, image_shape[, ...])

Generate image from its FFT

transform(image, fft_shape[, axes])

The FFT of an image for a given fft_shape along desired axes