Synopsis
HxImageRep HxSquaredDistance (HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxSquaredDistance takes the squared Euclidian distance between every two corresponding pixels of the input images. The value is stored in the corresponding pixel of the output image. The pixel precision of the output image equals the highest precision of the input images. The squared distance of two integer images, results in an integer result, while the squared distance of an integer and a double image, results in a double image.
Remarks
See also
Keywords
Binary, Distance,