#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxAtan (HxImageRep im) |
| Arc tangent. More... | |
|
|
Arc tangent. The function computes the arc tangent (see Pixels) of all pixels in the input image via a unary pixel operation (see Images). Implementation specifics : The pixel functor : HxUpoAtan. The image functor instantiator : HxInstantiatorAtan.
00013 {
00014 return im.unaryPixOp("atan");
00015 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001