BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Modify point's data and return updated points.
[points, pointsInfo] = btkSetPoint(h, idx, values)
[points, pointsInfo] = btkSetPoint(h, idx, values, residuals)
[points, pointsInfo] = btkSetPoint(h, idx, values, residuals, desc)
[points, pointsInfo] = btkSetPoint(h, label, values)
[points, pointsInfo] = btkSetPoint(h, label, values, residuals)
[points, pointsInfo] = btkSetPoint(h, label, values, residuals, desc)
h | Handle pointing to a C++ btk::Acquisition object. |
idx | Integer containing the index of the point to modify. |
label | String containing the label of the point to modify. |
values | Matrix of reals (n,3) with the new components. |
residuals | Vector of reals with the new residuals. |
description | String with the new description. |
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. |