Scripting API

btkSetMarkersValues

Module BTKPointModifier

Description#

Sets markers' coordinates from a numpy matrix.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
vNumpy matrix of reals where the number of rows corresponds to the number of frames in the acquisition. The number of columns corresponds to the number of extracted markers multiplied by 3 (their coordinates X,Y,Z).

Returned Values#

Detailed Description#

Notes#

See also#

btkSetAnglesValues, btkSetForcesValues, btkSetMomentsValues, btkSetPowersValues

Syntax#

btkSetMarkersValues(h, v)

Examples#