Synopsis
HxImageRep HxConjugate(HxImageRep img)
Input
HxImageRep img
Return value
HxImageRep
Description
The function HxConjugate takes the conjugate of each pixel value. The input image should be a complex value image, i.e. a vec2 image. If the pixel value of the input image is given as x+iy (represented by (x,y)) then the corresponding pixel in the ouput image is set to x-iy (represented by (x,-y)).
Remarks
See also
Keywords
Unary, Complex, Arithmetic,