Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxMakeFrom2Images.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

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


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxMakeFrom2Images HxImageRep    i1,
HxImageRep    i2
 

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

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

00014 {
00015     return HxImageFactory::instance().from2Images(i1, i2);
00016 }


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