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