#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxValue L_HXIMAGEREP | HxPixSum (HxImageRep im) |
Pixel sum. More... |
|
Pixel sum. The function computes the sum (see Pixels) of all pixels in the input image via a reduce operation (see Images). Implementation specifics : The pixel functor : HxBpoAddAssign. The image functor instantiator : HxInstantiatorAddReduce.
|