Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxMakeFrom3Images.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxMakeFrom3Images (HxImageRep i1, HxImageRep i2, HxImageRep i3)
 Make a new image with pixel values "stacked" from given arguments. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxMakeFrom3Images HxImageRep    i1,
HxImageRep    i2,
HxImageRep    i3
 

Make a new image with pixel values "stacked" from given arguments.

For example, if i1, i2, and i3 are scalar images the pixel values in the new image are 3-vectors. Result may need exceed highest pixel dimensionality.

00015 {
00016     return HxImageFactory::instance().from3Images(i1, i2, i3);
00017 }


Generated on Tue Jan 8 13:59:20 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001