#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxInf (HxImageRep im1, HxImageRep im2) |
Inifimum. More... |
|
Inifimum. The function performs infimum (see Pixels) on all pixels in the input images via a binary pixel operation (see Images). Implementation specifics : The pixel functor : HxBpoInf. The image functor instantiator : HxInstantiatorInf.
00014 { 00015 return im1.binaryPixOp(im2, "inf"); 00016 } |