BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Set an existing metada into the given acquisition and (optionally) return an updated list of the metadata.
md = btkSetMetaData(h, label, sublabel, ..., info)
h | Handle pointing to a C++ btk::Acquisition object. |
label | String representing a metadata's label in the metadata's root. |
sublabel | String representing a metadata's label contained in the metadata with the label label . |
... | Others strings to point on the desired metadata with any level of depth |
info | Structure with the field format and values (see note #1).
|
md | Structure with the same format than the function btkGetMetaData. |
btkSetMetaData(h, label, sublabel, ..., info)
sets a metadata with additional informations INFO corresponding to the metadata's values.label
as a group and sublabel
as a parameter. So the metadata has only 2 levels. This use was introduced in the C3D format.info
should be build by using the function btkMetaDataInfo.