#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxLog10 (HxImageRep im) |
Base 10 logarithm. More... |
|
Base 10 logarithm. The function computes the base 10 logarithm (see Pixels) of all pixels in the input image via a unary pixel operation (see Images). Implementation specifics : The pixel functor : HxUpoLog10. The image functor instantiator : HxInstantiatorLog10.
00013 { 00014 return im.unaryPixOp("log10"); 00015 } |