Scripting API

btkGetMarkers

Module BTKPointAccessor

Description#

Extracts markers from a given biomechanical acquisition.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

markersstructure with the markers' values. Each fieldname corresponds to an force's label (see note #1).
markersInfostructure 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#

Syntax#

[markers, markersInfo] = btkGetMarkers(h)

Examples#