#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... |
|
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 } |