#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxLabel2 (HxImageRep input, int conn) |
Label function (alternative). More... |
|
Label function (alternative).
00207 { 00208 HxTagList tags; 00209 HxAddTag(tags, "connectivity", conn); 00210 00211 return input.queueBasedOp(input, "qLabelFrans", tags); 00212 } |