SwisTrack/Components/OutputFile
< SwisTrack | Components
Description
editThis component allows to write the tracking data to a file. The data are all the data contained in the particles. But only the particles linked to a track will be saved. The ID of the track is linked to the ID of the particle. One file named "track_##.txt" is generated for each track, with ## being the ID of the track. The file is compatible with matlab and can be directly loaded.
Input
editThe tracks resulting of the tracking
Output
editOne file for each track, containing the data of the tracked object, in a tab separated format.
Parameters
editOutput Directory
editName of the directory where the files have to be saved.