Main Page   File List   Globals  

vcatbands.c File Reference

vcatbands - concatenate image bands into a single image. More...


Detailed Description

vcatbands - concatenate image bands into a single image.

Description
vcatbands concatenates one or more images to produce a single, multi-band image. All images read from all input files are combined to produce a single image, which is written to the output file.
The input images must all have the same number of rows, number of columns, and pixel representation.
Usage
vcatbands
Parameters:
-in  Specifies one or more Vista data files containing images.
-out  output image
-name  Specifies the name to be given the created image. Default: ``image''.
Examples

Known bugs
none.
Author:
Arthur Pope, UBC Laboratory for Computational Intelligence

Variable Documentation

VDictEntry viewpoint_dict[]
 

Initial value:

 {
    { "none",           VBandInterpNone },
    { "stereo_pair",    VBandInterpStereoPair },
    { NULL }
}

VDictEntry color_dict[]
 

Initial value:

 {
    { "none",           VBandInterpNone },
    { "rgb",            VBandInterpRGB },
    { NULL }
}

VDictEntry component_dict[]
 

Initial value:

 {
    { "none",           VBandInterpNone },
    { "complex",        VBandInterpComplex },
    { "gradient",       VBandInterpGradient },
    { "intensity",      VBandInterpIntensity },
    { "orientation",    VBandInterpOrientation },
    { NULL }
}


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