Synopsis
HxImageRep HxRightShift(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxRightShift shifts the bits of the pixel values of the first input image of the number of places to the right as indicated by the corresponding value in the second input image. For vector images, the each component of a vector is shifted the number of places as indicated by the same component of the corresponding vector value. Only integer (HxShort, HxByte, HxInt ) type images can be used as input images.
Remarks
See also
HxLeftShift, HxAnd, HxRightShiftVal,
Keywords
Binary, Logical,