#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxSqrt (HxImageRep im) |
Square root. More... |
|
Square root. The function computes the square root (see Pixels) of all pixels in the input image via a unary pixel operation (see Images). Implementation specifics : The pixel functor : HxUpoSqrt. The image functor instantiator : HxInstantiatorSqrt.
00013 { 00014 return im.unaryPixOp("sqrt"); 00015 } |