BTK Matlab Wrapper  0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
btkRemovePoint Class Reference

Description

Delete the point with the given index or label.

Syntax:
[points, pointsInfo] = btkRemovePoint(h, idx)
[points, pointsInfo] = btkRemovePoint(h, label)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
idxInteger with the index of the point to remove.
labelString with the label of the point to remove.
Return values
pointsUpdated list of points. Its format is the same than using the function btkGetPoints.
pointsInfoUpdated informations related to the points. Its format is the same than using the function btkGetPoints.
Detailed description:
btkRemovePoint(h, idx) removes the point with the given index. btkRemovePoint(h, label) removes the point with the given label.
See Also
btkRemoveAnalog, btkRemoveAnalysisParameterm, btkRemoveEvent, btkRemoveMetaData