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

Description

Return the number of analog samples per video frame.

Syntax:
ratio = btkGetAnalogSampleNumberPerFrame(h)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
Return values
ratioInteger with the number of analog samples per video frame.
Detailed description:
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.
See Also
btkGetAnalogResolution