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