|
BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Modify point's type and return updated points.
[points, pointsInfo] = btkSetPointType(h, index, newtype)
[points, pointsInfo] = btkSetPointType(h, label, newtype) | 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. |
| newtype | String with the new type (see the detailed description for the available types). |
| 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. |
btkSetPointType(h, idx, newtype) modifies the type of the point specified by the index idx. btkSetPointType(h, label, newtype) modifies the type of the point specified by the label label.
1.8.5