Synopsis
HxImageRep HxPow(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxPow take the values of the first input image to the power of the second image on a pixel-by-pixel basis. Vector pixel types of the same dimension are treated component wise. Pixel types of different dimensions can be processed by this function as long as the pixel dimensionality of one of the input images is 1. The image with pixel dimensionality 1 is then treated as an image with the same pixel dimensionality as the other image (with equal values per pixel).
Remarks
See also
Keywords
Binary, Arithmetic,