#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxAdd (HxImageRep im1, HxImageRep im2) |
Addition. More... |
|
Addition. The function performs addition (see Pixels) on all pixels in the input images via a binary pixel operation (see Images). Implementation specifics : The pixel functor : HxBpoAdd. The image functor instantiator : HxInstantiatorAdd.
00014 { 00015 return im1.binaryPixOp(im2, "add"); 00016 } |