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