padimage.m in standardmodelrelease
Sponsored links
function o = padimage(i,amnt,method)
%function o = padimage(i,amnt,method)
%
%padarray which operates on only the first 2 dimensions of a 3 dimensional
%image. (of arbitrary number of layers);
%
%amnt is a scalar value indicating how many pixels to buffer each side
%with.
%
%String values for pad method
% 'circular' Pads with circular repetion of elements.
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.