Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxHighlightRegion.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep HxHighlightRegion (HxImageRep im, HxImageRep mask, int label, double factor)
 HighlightRegionition. More...


Detailed Description


Function Documentation

HxImageRep HxHighlightRegion HxImageRep    im,
HxImageRep    mask,
int    label,
double    factor
 

HighlightRegionition.

00122 {
00123     HxTagList tags;
00124     HxAddTag(tags, "label", label);
00125     HxAddTag(tags, "factor", factor);
00126 
00127     return im.binaryPixOp(mask, "highlightRegion", tags);
00128 }


Generated on Mon Jan 27 15:48:53 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001