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

HxProjectRange

Synopsis

HxImageRep HxProjectRange (HxImageRep img, int dimension)

Return value

HxImageRep
The result of taking the project range of the input image.

Description

The function HxProjectRange takes a component of the vector (which component is determined by `dimension') and assigns it to the corresponding pixel in the output image. The function HxProjectRange only works on vector images. The input parameter `dimension' should be an integer larger than zero and smaller or equal to the pixel dimension of the input image. The result of this function is a scalar image.

Remarks

Valid input images
Only vector images are valid input images.

Valid values for `dimension'
The input parameter `dimension' should be an integer larger than zero and smaller or equal to the pixel dimension of the input image.

Keywords

Unary,


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