Scripting API
btkAppendPoint
Module | BTKPointModifier |
Description#
Appends a new point into the given acquisition and (optionally) returns an updated list of points.
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
type | String with the point's type (see note #1). |
label | String containing the label of the inserted point. |
values | Matrix (n,3) of reals where n is the number of frames. |
Returned Values#
points | Updated list of points. Its format is the same than using the function |
pointsInfo | Updated informations related to the points. Its format is the same than using the function |
Detailed Description#
Notes#
Note #1: The point's type must be a string corresponding to one of the following string:
- marker ;
- angle ;
- force ;
- moment ;
- power ;
Note #2: The residual is an informational parameter and is not used in some commercial softwares. Not supported yet.