Scripting API
btkGetRotations
Module | BTKRotation |
Description#
Extracts segment transform matrices from a previous Theia computation.
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
Returned Values#
segments | structure with the segments' values. Each fieldname corresponds to a segment's label (see note #1 and #2). |
segmentsInfo | structure with the informations related to the segments.
|
Detailed Description#
Notes#
Note #1: Check the page structureFieldnameFormat to understand how the fieldnames are formated.
Note #2: Each field value is a matrix object represented with dimensions of 4x4x(number of frames in acquisition).