#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep | HxHighlightRegion (HxImageRep im, HxImageRep mask, int label, double factor) |
HighlightRegionition. More... |
|
HighlightRegionition.
00122 { 00123 HxTagList tags; 00124 HxAddTag(tags, "label", label); 00125 HxAddTag(tags, "factor", factor); 00126 00127 return im.binaryPixOp(mask, "highlightRegion", tags); 00128 } |