Function File: Y = imtranslate (M, x, y)
Function File: Y = imtranslate (M, x, y, bbox)

Translate a 2D image by (x,y) using Fourier interpolation.

M is a matrix, and is translated to the right by X pixels and translated up by Y pixels.

bbox can be either ’crop’ or ’wrap’ (default).

Package: image