#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxCosh (HxImageRep im) |
Hyperbolic cosine. More... |
|
Hyperbolic cosine. The function computes the hyperbolic cosine (see Pixels) of all pixels in the input image via a unary pixel operation (see Images). Implementation specifics : The pixel functor : HxUpoCosh. The image functor instantiator : HxInstantiatorCosh.
00013 { 00014 return im.unaryPixOp("cosh"); 00015 } |