Horus Doc || Global Function Guide || General documentation   | Function documentation  

HxPixProduct

Synopsis

HxValue HxPixProduct (HxImageRep img)

Input

HxImageRep img
The image you want to determine the product of all pixel values of.

Return value

HxValue
The product of all the pixel values of the input image.

Description

The function HxPixProduct determines the pixel-wise product of the input image, i.e. the product of all the pixel values of the input image. For vector images the Hadamard product is used, i.e. .

Remarks

Overflow
This function can result in an overflow error.

See also

HxPixSum, HxPixMax, HxPixMin,

Keywords

Reduction,


Generated on Mon Jan 27 15:45:01 2003 for GlobalFunctionGuide by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001