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
35081b1e
Commit
35081b1e
authored
Mar 20, 2012
by
Davis King
Browse files
updated docs
parent
dc6a82cb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
docs/docs/ml.xml
docs/docs/ml.xml
+42
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+6
-0
No files found.
docs/docs/ml.xml
View file @
35081b1e
...
@@ -218,6 +218,8 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
...
@@ -218,6 +218,8 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<section>
<section>
<name>
Data IO
</name>
<name>
Data IO
</name>
<item>
load_image_dataset_metadata
</item>
<item>
save_image_dataset_metadata
</item>
<item>
load_libsvm_formatted_data
</item>
<item>
load_libsvm_formatted_data
</item>
<item>
save_libsvm_formatted_data
</item>
<item>
save_libsvm_formatted_data
</item>
<item>
sparse_to_dense
</item>
<item>
sparse_to_dense
</item>
...
@@ -1710,6 +1712,46 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
...
@@ -1710,6 +1712,46 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
load_image_dataset_metadata
</name>
<file>
dlib/data_io.h
</file>
<spec_file
link=
"true"
>
dlib/data_io/image_dataset_metadata.h
</spec_file>
<description>
dlib comes with a graphical tool for annotating images with
labeled rectangles. The tool produces an XML file containing these
annotations. Therefore, load_image_dataset_metadata() is a routine
for parsing these XML files.
<p>
The graphical annotation tool can be found in the tools/imglab
folder and compiled with the following commands.
<code_box>
cd tools/imglab
mkdir build
cmake ..
make
</code_box>
</p>
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
save_image_dataset_metadata
</name>
<file>
dlib/data_io.h
</file>
<spec_file
link=
"true"
>
dlib/data_io/image_dataset_metadata.h
</spec_file>
<description>
This routine is a tool for saving labeled image metadata to an
XML file. In particular, this routine saves the metadata into a
form which can be read by the
<a
href=
"#load_image_dataset_metadata"
>
load_image_dataset_metadata
</a>
routine.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
35081b1e
...
@@ -180,6 +180,12 @@
...
@@ -180,6 +180,12 @@
<term
file=
"dlib/svm/pegasos_abstract.h.html"
name=
"replicate_settings"
/>
<term
file=
"dlib/svm/pegasos_abstract.h.html"
name=
"replicate_settings"
/>
<term
file=
"ml.html"
name=
"mlp"
/>
<term
file=
"ml.html"
name=
"mlp"
/>
<term
file=
"dlib/data_io/image_dataset_metadata.h.html"
name=
"image"
/>
<term
file=
"dlib/data_io/image_dataset_metadata.h.html"
name=
"box"
/>
<term
file=
"dlib/data_io/image_dataset_metadata.h.html"
name=
"dataset"
/>
<term
link=
"ml.html#load_image_dataset_metadata"
name=
"image_dataset_metadata"
/>
<term
file=
"ml.html"
name=
"load_image_dataset_metadata"
/>
<term
file=
"ml.html"
name=
"save_image_dataset_metadata"
/>
<term
file=
"ml.html"
name=
"load_libsvm_formatted_data"
/>
<term
file=
"ml.html"
name=
"load_libsvm_formatted_data"
/>
<term
file=
"ml.html"
name=
"save_libsvm_formatted_data"
/>
<term
file=
"ml.html"
name=
"save_libsvm_formatted_data"
/>
<term
file=
"ml.html"
name=
"sparse_to_dense"
/>
<term
file=
"ml.html"
name=
"sparse_to_dense"
/>
...
...
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