Synopsis
HxImageRep HxCrossVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxCrossVal takes the cross product of the input image pixels with the input value. pixel-by-pixel basis. If pixel one is given by (a,b,c) and the input value is given by (d,e,f), the cross product is defined as (bf-ce, cd-af, ae-bd). Only vector pixel types of dimension 3 are valid. The dimensionality of the input value should also be 3.
Remarks
See also
HxAddVal, HxMulVal, HxDivVal, HxCross,
Keywords
Binary value, Arithmetic,