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