Scripting API

btkGetPointsValues

Module BTKPointAccessor

Description#

Extracts points' values from the given acquisition and store them in a matrix.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

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 points multiplied by 3 (their components X,Y,Z).

Detailed Description#

Notes#

See also#

btkGetPointsValues, btkGetPoints

Syntax#

v = btkGetPointsValues(h)

Examples#