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