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

HxAndVal

Synopsis

HxImageRep HxAndVal(HxImageRep img, HxValue val)

Input

HxImageRep img
The input image.

HxValue val
The input value.

Return value

HxImageRep
The logical `and' of the input image and the input value.

Description

The function HxAndVal takes the logical `and' of the pixels from the input image with the input valua on a pixel-by-pixel basis. The `and' of two vectors is taken component wise.

Remarks

Valid input images and input values
The input value should have the same dimensionality as the pixel dimenstionality of the input image. The pixel type and the type of the input value should be, HxShort, HxByte, HxInt . The types should be equal.

See also

HxOrVal, HxXorVal, HxAnd,

Keywords

Binary value, Logical,


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