Synopsis
HxImageRep HxSubVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxSubVal substracts the HxValue val from every pixel value in the input image and stores the result in the corresponding pixel of the output image. The dimensionality of `val' and the pixeldimensionality of the input image must be the same. If `val' is a vector and the pixels of the input image are vectors, the values are substracted component wise.
Remarks
See also
HxSub, HxAddVal, HxDivVal, HxMulVal,
Keywords
Binary value, Arithmetic,