BTK Matlab Wrapper  0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
btkSetFirstFrame Class Reference

Description

Set acquisition's first frame index (and optionally adapt events' frame/time).

Syntax:
btkSetFirstFrame(h, ff)
btkSetFirstFrame(h, ff
, adaptEvents)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
ffInteger with the index of the new first frame.
adaptEventsInteger used as an option to adapt the events' frame/time.
Detailed description:
btkSetFirstFrame(h, ff) Set acquisition's first frame index.
btkSetFirstFrame(h, ff, adaptEvents) Adapt also event's frame/time if the option adaptEvents is set to a non-null value. The event's frame is shifted by the difference between the new first frame and the old one. The event's time is recomputed using the new frame and the current point's frequency.
See Also
btkSetAnalogNumber, btkSetAnalogResolution, btkSetAnalogSampleNumberPerFrame, btkSetFrameNumber, btkSetFrequency, btkSetMaxInterpolationGap, btkSetPointNumber