#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxMulVal (HxImageRep im, HxValue val) |
Multiplication. More... |
|
Multiplication. The function performs multiplication (see Pixels) on all pixels in the input image via a binary pixel operation (see Images). Implementation specifics : The pixel functor : HxBpoMul. The image functor instantiator : HxInstantiatorMulV.
00013 { 00014 return im.binaryPixOp(val, "mul"); 00015 } |