Scripting API
btkSetPointValues
Module | BTKPointModifier |
Description#
Sets point's coordinates (values) from a numpy matrix.
Parameters#
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. |
v | Numpy matrix of reals where the number of rows corresponds to the number of frames in the acquisition and the number of columns corresponds to the components of the point. |
Returned Values#
Detailed Description#
To modify only the value of a specific type of point (angles, forces, moments, ...) you can use use the following duos:- btkGetAnglesValues / btkSetAnglesValues ;
- btkGetForcesValues / btkSetForcesValues ;
- btkGetMarkersValues / btkSetMarkersValues ;
- btkGetMomentsValues / btkSetMomentsValues ;
- btkGetPowersValues / btkSetPowersValues ;