#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxAsin (HxImageRep im) |
Arc sine. More... |
|
Arc sine. The function computes the arc sine (see Pixels) of all pixels in the input image via a unary pixel operation (see Images). Implementation specifics : The pixel functor : HxUpoAsin. The image functor instantiator : HxInstantiatorAsin.
00013 { 00014 return im.unaryPixOp("asin"); 00015 } |