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

HxMod

Synopsis

HxImageRep HxMod(HxImageRep im1, HxImageRep im2)

Input

HxImageRep im1
The first input image.

HxImageRep im2
The second input image.

Return value

HxImageRep
The first input image modulo the second input image, pixel wise.

Description

The function HxMod takes the values of the first input image modulo the corresponding values of the second input image. For vector images, the modulo is taken component wise. Only integer (HxShort, HxByte, HxInt ) type images can be used as input images.

Remarks

Valid input images
The input images should have the same dimensionality, the same size and the same pixel dimensionality. The numerical type of the pixels, or its components, should be HxShort, HxByte, HxInt .

See also

HxAnd, HxModVal,

Keywords

Binary, Logical,


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