|
BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Return the number of analog samples per video frame.
ratio = btkGetAnalogSampleNumberPerFrame(h) | h | Handle pointing to a C++ btk::Acquisition object. |
| ratio | Integer with the number of analog samples per video frame. |
btkGetAnalogSampleNumberPerFrame(h) divides the number of analog frames by the number of point frames to determine the ratio between them. This ratio is always greater or equal than 1.
1.8.5