BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Extract one point from the given acquisition based on an index or a string.
[values, residuals, info] = btkGetPoint(h, idx)
[values, residuals, info] = btkGetPoint(h, label)
h | Handle pointing to a C++ btk::Acquisition object. |
idx | Integer containing the index of the point to extract. |
label | String containing the label of the point to extract. |
values | Matrix of reals (n,3) with X,Y,Z components. |
residuals | Vector of reals with the residuals. |
info | Structure with some informations related to the extracted point.
|