next up previous
Next: ``save largest region'' Up: Manipulation Previous: ``3D_Expand'' -- generate

 

``3D_Shrink'' -- generate a shrunken (subsampled) version of an image

 

purpose:
Shrinks a 3D volume via voxel decimation or averaging.

``Decimate'' shrinks the input 3D volume by eliminating all but every "factor"-th voxel in each direction. ``Average'' shrinks the input 3D volume by finding the mean within a ``factor'' window, replacing every ``factor''-th voxel in each direction by that value and eliminating all other voxels.

input:
An 8-bit 3D volume, from memory.
output:
An 8-bit 3D volume, written to disk.
parameters:
Default menu parameters are
type of shrink = decimate
shrink factor = 2
output filename = shrink_vol
``type of shrink'' can be set to either ``decimate'' or ``average.'' ``shrink factor'' must have a value between two and ten, inclusive. The filename of the output image should be entered in the appropriate slot.
comments:
 
  1. Quick and easy way to get a smaller version of a 3D image.
  2. A fast function.

 


 

Philip Americus
The Multidimensional Image Processing Lab
Fri Aug 30 10:26:42 EDT 1996