BTK Matlab Wrapper  0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
Functions
Access acquisition data

Description

Functions to access to the members of a C++ btk::Acquisition object from Matlab.

Extract data stored in the acquisition represented by a handle and format them to be easily used by Matlab.

Functions

class  btkFindMetaData
 Return the searched metadata or 0 if not found. More...
 
class  btkGetAnalog
 Extract one analog channel from the given acquisition based on an index or a string. More...
 
class  btkGetAnalogFrameNumber
 Return the number of frames for the analog channels. More...
 
class  btkGetAnalogFrequency
 Return the analog frequency used in the given acquisition. More...
 
class  btkGetAnalogNumber
 Return the number of analog channels. More...
 
class  btkGetAnalogSampleNumberPerFrame
 Return the number of analog samples per video frame. More...
 
class  btkGetAnalysis
 Extract data contained in the metadata ANALYSIS and its children from the given acquisition. More...
 
class  btkGetFirstFrame
 Return acquisition's first frame index. More...
 
class  btkGetForcePlatformWrenches
 Extract force platform wrenches expressed in the global frame from a given acquisition. More...
 
class  btkGetGroundReactionWrenches
 Extract ground reaction wrenches (GRW) expressed in the global frame from a given acquisition. More...
 
class  btkGetLastFrame
 Return acquisition's last frame index. More...
 
class  btkGetMaxInterpolationGap
 Return acquisition's maximum interpolation gap. More...
 
class  btkGetPoint
 Extract one point from the given acquisition based on an index or a string. More...
 
class  btkGetPointFrameNumber
 Return the number of frames for the points in the given acquisition. More...
 
class  btkGetPointFrequency
 Return the point's frequency for the given acquisition. More...
 
class  btkGetPointNumber
 Return the number of points stored in the given acquisition. More...
 
class  btkGetPoints
 Extract points from the given acquisition. More...