btkGetMarkers
Description
Extracts markers from a given biomechanical acquisition.
Parameters
h | Handle pointing to a C++ btk::Acquisition object. |
Returned Values
markers | dictionnary with the markers' values. Each fieldname corresponds to an force's label (see note #1). |
markersInfo | dictionnary with the informations related to the markers.- markersInfo["frequency"]: Point's frequency
- markersInfo["units"]: dictionnary with a single field labeled ALLMARKERS with the unit (string) of the markers.
|
Detailed Description
Notes
Note #1: Check the page dictionnaryFieldnameFormat to understand how the fieldnames are formated.
See also