mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
a66a7dd884
commit
1b8504a09f
|
@ -94,6 +94,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||
<name>Structured Prediction</name>
|
||||
<item>structural_svm_problem</item>
|
||||
<item>structural_svm_object_detection_problem</item>
|
||||
<item>structural_object_detection_trainer</item>
|
||||
<item>structural_svm_problem_threaded</item>
|
||||
<item>svm_struct_controller_node</item>
|
||||
<item>svm_struct_processing_node</item>
|
||||
|
@ -2130,6 +2131,25 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>structural_object_detection_trainer</name>
|
||||
<file>dlib/svm_threaded.h</file>
|
||||
<spec_file link="true">dlib/svm/structural_object_detection_trainer_abstract.h</spec_file>
|
||||
<description>
|
||||
This object is a tool for learning to detect objects in images based on a set of labeled images.
|
||||
The training procedure produces an <a href="imaging.html#object_detector">object_detector</a> which
|
||||
can be used to predict the locations of objects in new images.
|
||||
<p>
|
||||
Note that this is just a convenience wrapper around the
|
||||
<a href="#structural_svm_object_detection_problem">structural_svm_object_detection_problem</a>
|
||||
to make it look similar to all the other trainers in dlib.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
<term file="ml.html" name="structural_svm_problem"/>
|
||||
<term file="ml.html" name="structural_svm_problem_threaded"/>
|
||||
<term file="ml.html" name="structural_svm_object_detection_problem"/>
|
||||
<term file="ml.html" name="structural_object_detection_trainer"/>
|
||||
<term file="ml.html" name="svm_struct_controller_node"/>
|
||||
<term file="ml.html" name="svm_struct_processing_node"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue