Skip to content
Snippets Groups Projects
Commit da068592 authored by Mark Winter's avatar Mark Winter
Browse files

Included a reference to axonal transport analysis paper.

parent 2ce8d940
No related branches found
No related tags found
No related merge requests found
The multitemporal association tracker is a multitarget tracking system, this The multitemporal association tracker [1] is a multitarget tracking system,
version has a cost function which was developed for tracking cells in 2D, this version has a cost function which was developed for tracking cells in 2D,
though it would not be difficult to modify the cost function for 3D. though it would not be difficult to modify the cost function for 3D.
This directory includes Visual Studio 2008 solution files, but the underlying This directory includes Visual Studio 2008 solution files, but the underlying
tracker should build on other platforms if necessary. tracker should build on other platforms if necessary.
Further information about the internal tracking algorithm can be found in:
doi: 10.1504/IJCBDD.2012.045950
Directory Structure Directory Structure
------------------- -------------------
...@@ -96,3 +99,6 @@ Note 2: ID fields are global detection IDs, these begin at 0 and are assigned ...@@ -96,3 +99,6 @@ Note 2: ID fields are global detection IDs, these begin at 0 and are assigned
Thus, reading until the -1,-1,-1 line will give all the necessary tracking info Thus, reading until the -1,-1,-1 line will give all the necessary tracking info
but reading further gives costs and information for other edges which were not but reading further gives costs and information for other edges which were not
assigned to tracks. assigned to tracks.
[1] Winter MR, Fang C, Banker G, Roysam B, Cohen AR. Axonal transport analysis using Multitemporal Association Tracking. Int J Comput Biol Drug Des. 2012;5(1):35-48. doi: 10.1504/IJCBDD.2012.045950
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment