#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxTan (HxImageRep im) |
Tangent. More... |
|
Tangent. The function computes the tangent (see Pixels) of all pixels in the input image via a unary pixel operation (see Images). Implementation specifics : The pixel functor : HxUpoTan. The image functor instantiator : HxInstantiatorTan.
00013 { 00014 return im.unaryPixOp("tan"); 00015 } |