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