Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
1b8504a0
Commit
1b8504a0
authored
Sep 11, 2011
by
Davis King
Browse files
updated docs
parent
a66a7dd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
docs/docs/ml.xml
docs/docs/ml.xml
+20
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/ml.xml
View file @
1b8504a0
...
@@ -94,6 +94,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
...
@@ -94,6 +94,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<name>
Structured Prediction
</name>
<name>
Structured Prediction
</name>
<item>
structural_svm_problem
</item>
<item>
structural_svm_problem
</item>
<item>
structural_svm_object_detection_problem
</item>
<item>
structural_svm_object_detection_problem
</item>
<item>
structural_object_detection_trainer
</item>
<item>
structural_svm_problem_threaded
</item>
<item>
structural_svm_problem_threaded
</item>
<item>
svm_struct_controller_node
</item>
<item>
svm_struct_controller_node
</item>
<item>
svm_struct_processing_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"
...
@@ -2130,6 +2131,25 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
</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>
<component>
...
...
docs/docs/term_index.xml
View file @
1b8504a0
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
<term
file=
"ml.html"
name=
"structural_svm_problem"
/>
<term
file=
"ml.html"
name=
"structural_svm_problem"
/>
<term
file=
"ml.html"
name=
"structural_svm_problem_threaded"
/>
<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_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_controller_node"
/>
<term
file=
"ml.html"
name=
"svm_struct_processing_node"
/>
<term
file=
"ml.html"
name=
"svm_struct_processing_node"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment