Synopsis
HxImageRep HxPowVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxPowVal takes the values of the input image to the power of the input value on a pixel-by-pixel basis. If the pixel type of the input image and the type of the value are both vectors with the same dimensionality, they are treated component wise. If the input image has vector type pixels and the dimensionality of the input value is 1, every component of a pixel vector is taken to the power of the value.
Remarks
See also
Keywords
Binary value, Arithmetic,