|
BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Set points and analogs frames number.
btkSetFrameNumber(h, num)
btkSetFrameNumber(h, num, r) | h | Handle pointing to a C++ btk::Acquisition object. |
| num | Integer with the new number of frames. |
| r | Integer with the new ration of analog samples per 3D frames. |
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.
1.8.5