updated docs

This commit is contained in:
Davis King 2014-02-20 22:43:43 -05:00
parent 8296869bed
commit 878463550a
2 changed files with 16 additions and 0 deletions

View File

@ -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>

View File

@ -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
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
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
<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>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->