Scripting API
btkGetAnglesValues
Module | BTKPointAccessor |
Description#
Extracts angles' values from the given acquisition and store them in a numpy matrix.
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
Returned Values#
v | Numpy 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 angles multiplied by 3 (their components X,Y,Z). |