impad
PURPOSE
% Pad (augment) a matrix for application of image processing algorithms.
SYNOPSIS
function retim = impad(im, xpad, ypad, padding = 'zeros', const = 1)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
- fftconv2 % Convolve 2 dimensional signals using the FFT.
- imrotate_Fourier % Rotation of a 2D matrix.
- imshear % Applies a shear to the image @var{M}.
- imsmooth % Smooth the given image using several different algorithms.
- imtranslate % Translate a 2D image by (x,y) using Fourier interpolation.
- ordfilt2 % Two dimensional ordered filtering.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003