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