#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxLabel (HxImageRep input, int conn) |
Label function based on GrassFire. More... |
|
Label function based on GrassFire.
00179 { 00180 HxTagList tags; 00181 HxAddTag(tags, "connectivity", conn); 00182 00183 return input.queueBasedOp(input, "qLabelGrassFire", tags); 00184 } |