#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxAbs (HxImageRep im) |
Absolute value. More... |
|
Absolute value. The function computes the absolute value (see Pixels) of all pixels in the input image via a unary pixel operation (see Images). Instantiations : Abs instantiations (obsolete) Implementation specifics : The pixel functor : HxUpoAbs. The image functor instantiator : HxInstantiatorAbs.
00013 { 00014 return im.unaryPixOp("abs"); 00015 } |