Scripting API

btkSetPowersValues

Module BTKPointModifier

Description#

Sets powers' components from a matrix.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
vMatrix 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 powers multiplied by 3 (their components X,Y,Z).

Returned Values#

Detailed Description#

Notes#

See also#

btkSetAnglesValues, btkSetForcesValues, btkSetMarkersValues, btkSetMomentsValues

Syntax#

btkSetPowersValues(h, v)

Examples#