#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxValue L_HXIMAGEREP | HxPixSup (HxImageRep im) |
| Pixel supremum. More... | |
|
|
Pixel supremum. The function computes the supremum (see Pixels) of all pixels in the input image via a reduce operation (see Images). Implementation specifics : The pixel functor : HxBpoSupAssign. The image functor instantiator : HxInstantiatorSupReduce.
00013 {
00014 return im.reduceOp("supAssign");
00015 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001