#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... | |
|
||||||||||||
|
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 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001