Scripting API
btkSetPointLabel
Module | BTKPointModifier |
Description#
Modifies point's label and returns updated points.
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
index | Integer containing the index of the point to modify. |
label | String containing the label of the point to modify. |
newlabel | String with the new label. |
Returned Values#
points | Updated list of points. Its format is the same than using the function |
pointsInfo | Updated informations related to the points. Its format is the same than using the function |
Detailed Description#
btkSetPointLabel(h, index, newlabel)
modifies the label of the point specified by the indexidx
.btkSetPointLabel(h, label, newlabel)
modifies the label of the point specified by the labellabel
.