Introduction - If you have any usage issues, please Google them yourself
res = TDFWRITEDATA2D (FILENAME,FREQUENCY,CAMMAP,FEATURES) writes to
FILENAME the 2D data sequence whose features are stored in FEATURES,
characterized by FREQUENCY ([Hz]), and by the cameras association map
stored in CAMMAP.
All the arguments must have the same structure as the ones retrieved by
TDFREADDATA2D.
res = TDFWRITEDATA2D (...,FORMAT) specifies the format for the 2D data block.
Valid entries for FORMAT are rts (default), pck , sync .
See Tdf File format documentation for further details.
If the file specified does not exist, a new one is created.
RES is 0 in case of success, -1 otherwise.