Synopsis
HxImageRep HxCross(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxCross takes the cross product of the two input images on a pixel-by-pixel basis. If pixel one is given by (a,b,c) and pixel two is given by (d,e,f), the cross product is defined as (bf-ce, cd-af, ae-bd). Only vector pixel types of the dimension 3 are valid.
Remarks
See also
Keywords
Binary, Arithmetic,