Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxThreshold.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxThreshold (HxImageRep im, HxValue level)
 Thresholding. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxThreshold HxImageRep    im,
HxValue    level
 

Thresholding.

00013 {
00014     HxTagList tags;
00015     HxAddTag(tags, "level", level);
00016     return im.unaryPixOp("threshold", tags);
00017 }


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