Scripting API

btkGetRotation

Module BTKRotation

Description#

Extracts segment transform matrix from a previous Theia computation.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
labelString containing the label of the analog channel to extract.

Returned Values#

segmenta matrix object represented with dimensions of 4x4x(number of frames in acquisition).
segmentInfostructure with the informations related to the segment.
  • segmentInfo["frequency"]: Point's frequency
  • segmentInfo["units"]: dictionnary with a single field with the unit (string) of the segments.

Detailed Description#

Notes#

See also#

Syntax#

(segment, segmentInfo) = btkGetRotation(h)

Examples#