#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxComplement (HxImageRep im) |
One's complement. More... |
|
One's complement. The function computes the one's complement (see Pixels) of all pixels in the input image via a unary pixel operation (see Images). Implementation specifics : The pixel functor : HxUpoComplement. The image functor instantiator : HxInstantiatorComplement.
00013 { 00014 return im.unaryPixOp("complement"); 00015 } |