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