#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxThreshold (HxImageRep im, HxValue level) |
Thresholding. More... |
|
Thresholding.
00013 { 00014 HxTagList tags; 00015 HxAddTag(tags, "level", level); 00016 return im.unaryPixOp("threshold", tags); 00017 } |