NNScale3d.c File Reference

Functions

VImage VNNScale3d (VImage src, VImage dest, int dst_nbands, int dst_nrows, int dst_ncols, float shift[3], float scale[3])
 3D scaling using nearest neighbour interpolation.

Detailed Description

3D scaling using nearest neighbour interpolation.

Scale a 3D image using nearest neighbour interpolation.

Author:
Gabriele Lohmann, MPI-CBS

Function Documentation

VImage VNNScale3d ( VImage  src,
VImage  dest,
int  dst_nbands,
int  dst_nrows,
int  dst_ncols,
float  shift[3],
float  scale[3] 
)

3D scaling using nearest neighbour interpolation.

Parameters:
src input image (any repn)
dest output image (any repn)
dst_nbands number of output slices
dst_nrows number of output rows
dst_ncols number of output columns
shift[3] translation vector (band,row,column)
scale[3] scaling vector (band,row,column)
Generated on Thu May 13 02:45:23 2010 for VIA - Volumetric Image Analysis by  doxygen 1.6.3