Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxReciprocal.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxReciprocal (HxImageRep im)
 Computes the reciprocal (1/x) of the input image values. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxReciprocal HxImageRep    im
 

Computes the reciprocal (1/x) of the input image values.

If pixel values of in are zero, the corresponding pixels in out is set to zero.

00093 {
00094     return im.unaryPixOp("reciprocal");
00095 }


Generated on Tue Feb 3 14:18:50 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001