Horus Doc ||
Global Function Guide ||
General documentation |
Function documentation
HxInverseProjectRange
Synopsis
HxImageRep HxInverseProjectRange (HxImageRep img, int dimension, HxImageRep arg)
Input
HxImageRep img
- The first input image, which is scalar.
int dimension
- The (pixel) dimension of the second input image at which the first input image is copied.
HxImageRep arg
- The second input image.
Return value
HxImageRep
- The result of copying the input image in the given dimension of the second input image.
Description
The function HxInverseProjectRange copies the values of the first scalar input image in the second input image. If the second input image is a vector image, the value is put in the component of the vector as given by the dimension. The images should have the same size and dimensionality.
Remarks
- Valid input images
- The first input image should be a scalar image, the second input image should be an image with the same dimensionality and size as the first image.
- Valid values for `dimension'
- The parameter `dimension' should be at least 1 and at most equal to the pixel dimensionality of the second input image.
See also
anchor_HxMakeFrom2Images, anchor_HxMakeFrom3Images, HxProjectRange,
Keywords
Binary, Projection,
Generated on Tue Feb 3 14:20:27 2004 for GlobalFunctionGuide by
1.2.12 written by Dimitri van Heesch,
© 1997-2001