Commit 87846355 authored by Davis King's avatar Davis King

updated docs

parent 8296869b
...@@ -154,6 +154,10 @@ ...@@ -154,6 +154,10 @@
<item nolink="true"> <item nolink="true">
<name>Examples: C++</name> <name>Examples: C++</name>
<sub> <sub>
<item>
<name>Learning_to_Track</name>
<link>learning_to_track_ex.cpp.html</link>
</item>
<item> <item>
<name>Structural_Support_Vector_Machines</name> <name>Structural_Support_Vector_Machines</name>
<link>svm_struct_ex.cpp.html</link> <link>svm_struct_ex.cpp.html</link>
......
...@@ -1567,6 +1567,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -1567,6 +1567,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
to track association. to track association.
</p> </p>
</description> </description>
<examples>
<example>learning_to_track_ex.cpp.html</example>
</examples>
</component> </component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
...@@ -2535,6 +2538,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -2535,6 +2538,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
as the <a href="#structural_track_association_trainer">structural_track_association_trainer</a> as the <a href="#structural_track_association_trainer">structural_track_association_trainer</a>
and returns the fraction of detections which were correctly associated to their tracks. and returns the fraction of detections which were correctly associated to their tracks.
</description> </description>
<examples>
<example>learning_to_track_ex.cpp.html</example>
</examples>
</component> </component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
...@@ -2631,6 +2637,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -2631,6 +2637,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
Tests a <a href="#track_association_function">track_association_function</a> on a set of data Tests a <a href="#track_association_function">track_association_function</a> on a set of data
and returns the fraction of detections which were correctly associated to their tracks. and returns the fraction of detections which were correctly associated to their tracks.
</description> </description>
<examples>
<example>learning_to_track_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -3025,6 +3034,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -3025,6 +3034,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<a href="#track_association_function">track_association_function</a> <a href="#track_association_function">track_association_function</a>
you can use to do detection to track association. you can use to do detection to track association.
</description> </description>
<examples>
<example>learning_to_track_ex.cpp.html</example>
</examples>
</component> </component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment