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