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

Description

Set points and analogs frames number.

Syntax:
btkSetFrameNumber(h, num)
btkSetFrameNumber(h, num, r)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
numInteger with the new number of frames.
rInteger with the new ration of analog samples per 3D frames.
Detailed description:
btkSetFrameNumber(h, num) resizes the number of frames. The analog's frame number will correspond to num multiplied by the ratio set in the acquisition. btkSetFrameNumber(h, num, r) resizes the number of frames where the analog's frame number will correspond to the product num by r.
See Also
btkCropAcquisition, btkSetAnalogResolution, btkSetAnalogSampleNumberPerFrame, btkSetFirstFrame, btkSetFrequency, btkSetMaxInterpolationGap, btkSetPointNumber