Home > freetb4matlab > image > imtranslate.m

imtranslate

PURPOSE ^

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

SYNOPSIS ^

function Y = imtranslate(X, a, b, bbox_in)

DESCRIPTION ^

% -*- 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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003