This function adds 1 layer of zeroes all around an image, whether it is 2D or 3D.
For a 2D image, the x and y dimensions are increased by two. For a 3D image,
the x, y, and z dimensions are increased by two, with the first and last slices
set to zeroes.
If an input image has regions that touch the border, then this function is
useful to make a few of the Topology functions work better (segment generation,
cavity deletion, homotopic thinning, etc.).
input:
A loaded 2D or 3D image.
output:
A file containing the padded image.
parameters:
Default parameters menu is
This plug-in takes no parameters
comments:
MultiDimensional Image Processing Lab, Penn State University