Synopsis
HxImageRep HxDot(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxDot takes the dot product of two images on a pixel-by-pixel basis. The dot product of the scalar values is defined as the product of the values. The dot product of two vector of the same dimensionality is the sum of product of the corresponding components of the vectors. The dot product is only valid for image with the same pixel dimensionality.
Remarks
See also
Keywords
Binary, Arithmetic,