#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxSub (HxImageRep im1, HxImageRep im2) |
| Subtraction. More... | |
|
||||||||||||
|
Subtraction. The function performs subtraction (see Pixels) on all pixels in the input images via a binary pixel operation (see Images). Implementation specifics : The pixel functor : HxBpoSub. The image functor instantiator : HxInstantiatorSub.
00013 {
00014 return im1.binaryPixOp(im2, "sub");
00015 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001