BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Extract events from a biomechanical acquisition.
[events, eventsInfo] = btkGetEvents(h)
h | Handle pointing to a C++ btk::Acquisition object. |
events | Structure where each filed corresponds to an event's label |
eventsInfo | Structure with additional informations
|
event
corresponds to the time(s) where this event occurred. If the events represent actions realized by more than one subject, each event starts by the name of the corresponding subject. The time(s) of each event are reordered. Events are also reordered based on their first time. t = (event_frame - first_frame) / sample_frequency