BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Transforms a TDF file (BTS Bioengineering) to a compatible Vicon C3D file.
btkTransformTDFToViconC3DFile(TDF_INPUT)
btkTransformTDFToViconC3DFile(TDF_INPUT, C3D_OUTPUT)
TDF_INPUT | Full path of the input TDF file. |
C3D_OUTPUT | FULL path for the output C3D file. |
btkTransformTDFToViconC3DFile(TDF_INPUT)
transforms the file and write it in the same folder but the extension C3D is concatenated to the filename.
btkTransformTDFToViconC3DFile(TDF_INPUT, C3D_OUTPUT)
transforms the file and write it in the given output filename. The given pathname (aka folders) must exist. Be sure that the given output has a final C3D extension. Otherwise, the ouput file could be in another format or raise an exception if the extension is not recognized.