


% -*- texinfo -*-
% @deftypefn {Function File} {@var{Y}} = imtranslate (@var{M}, @var{x}, @var{y} [, @var{bbox}])
% Translate a 2D image by (x,y) using Fourier interpolation.
%
% @var{M} is a matrix, and is translated to the right by @var{X} pixels
% and translated up by @var{Y} pixels.
%
% @var{bbox} can be either 'crop' or 'wrap' (default).
%
% @end deftypefn