Synopsis
HxImageRep HxDotVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxDotVal takes the dot product of the HxValue val with 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 scalar and the pixels of the input image are scalars, the values are multiplied.
Remarks
See also
HxDot, HxAddVal, HxDivVal, HxMulVal,
Keywords
Binary value, Arithmetic,