Synopsis
HxImageRep HxRightShiftVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxRightShiftVal shifts the bits of the pixel values of the input image of the number of places to the right as indicated by the input value. For vector images and vector values of the same dimensionality, each component of a vector is shifted the number of places as indicated by the corresponding component of the value vector. Only integer (HxShort, HxByte, HxInt ) type images and values can be used.
Remarks
See also
HxLeftShiftVal, HxAndVal, HxRightShift,
Keywords
Binary value, Logical,