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