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