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