Main Page   File List   Globals  

vselbands.c File Reference

vselbands -- select slices from an image. More...


Detailed Description

vselbands -- select slices from an image.

Description
vselbands copies selected slices from its input image to produce a corresponding output image.
Usage
vselbands
Parameters:
-in  input image
-out  output image
-first  First slice to be selected. Default: 0
-last  Last slice to be selected. If set to '-1' then the last slice in the image is taken
Examples

Select the first 10 slices from an image:
vselbands -in image.v -out result.v -first 0 -last 9

Select the 5th slice from an image:
vselbands -in image.v -out result.v -first 4 -last 4

Select all slices except the first two slices:
vselbands -in image.v -out result.v -first 2 -last -1

Known bugs
none.
Author:
originally by Arthur Pope (UBC), rewritten by G.Lohmann (MPI-CBS).

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