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