Main Page   File List   Globals  

vscale3d.c File Reference

vscale3d - 3D scaling. More...


Detailed Description

vscale3d - 3D scaling.

Description
3D scaling.
Usage
vscale3d
Parameters:
-in  input image
-out  output image
-xscale  zoom factor in column-direction. Default: 1
-yscale  zoom factor in row-direction. Default: 1
-zscale  zoom factor in slice-direction. Default: 1
-type  Type of interpolation (linear | NN | spline). Default: linear
Examples

Known bugs
none.
Author:
G.Lohmann, MPI-CBS, 2004

Variable Documentation

VDictEntry ITYPDict[]
 

Initial value:

 {
  { "trilinear", 0 },
  { "NN", 1 },
  { "spline", 2 },
  { NULL }
}


Generated on Tue Nov 23 09:50:52 2004 for VIA - Volumetric Image Analysis by doxygen1.2.15