|
BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Delete events corresponding to the given criterias.
[events, eventsInfo] = btkRemoveEvent(h, index)
[events, eventsInfo] = btkRemoveEvent(h, option, value, ...) | h | Handle pointing to a C++ btk::Acquisition object. |
| index | Position of the event starting from 1. |
| option | String to filter the events to remove (check the detailed description for more information). |
| value | Value associated with the given option. |
| ... | More couple of option/value to filter the events to remove. |
| events | A structure with the same format than in the function btkGetEvents |
| eventsInfo | A structure with the same format than in the function btkGetEvents |
btkRemoveEvent(h) corresponds to the function btkClearEvents. btkRemoveEvent(h, index) removes the events at the index index. btkRemoveEvent(h, option, value, ...) removes only event(s) described by the given options. There are four options which can combined to refine the request.
1.8.5