#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxCrossVal (HxImageRep im, HxValue val) |
Cross product. More... |
|
Cross product. The function performs cross product (see Pixels) on all pixels in the input image via a binary pixel operation (see Images). Implementation specifics : The pixel functor : HxBpoCross. The image functor instantiator : HxInstantiatorCrossV.
00013 { 00014 return im.binaryPixOp(val, "cross"); 00015 } |