BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Delete the point with the given index or label.
[points, pointsInfo] = btkRemovePoint(h, idx)
[points, pointsInfo] = btkRemovePoint(h, label)
h | Handle pointing to a C++ btk::Acquisition object. |
idx | Integer with the index of the point to remove. |
label | String with the label of the point to remove. |
points | Updated list of points. Its format is the same than using the function btkGetPoints. |
pointsInfo | Updated informations related to the points. Its format is the same than using the function btkGetPoints. |
btkRemovePoint(h, idx)
removes the point with the given index. btkRemovePoint(h, label)
removes the point with the given label.