#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... |
|
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 } |