Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxPixInf.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxValue L_HXIMAGEREP HxPixInf (HxImageRep im)
 Pixel infimum. More...


Detailed Description


Function Documentation

HxValue L_HXIMAGEREP HxPixInf HxImageRep    im
 

Pixel infimum.

The function computes the infimum (see Pixels) of all pixels in the input image via a reduce operation (see Images).

Implementation specifics : The pixel functor : HxBpoInfAssign. The image functor instantiator : HxInstantiatorInfReduce.

00013 {
00014     return im.reduceOp("infAssign");
00015 }


Generated on Tue Jan 8 13:59:21 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001