Commit 35081b1e authored by Davis King's avatar Davis King

updated docs

parent dc6a82cb
......@@ -218,6 +218,8 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<section>
<name>Data IO</name>
<item>load_image_dataset_metadata</item>
<item>save_image_dataset_metadata</item>
<item>load_libsvm_formatted_data</item>
<item>save_libsvm_formatted_data</item>
<item>sparse_to_dense</item>
......@@ -1710,6 +1712,46 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</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>
......
......@@ -180,6 +180,12 @@
<term file="dlib/svm/pegasos_abstract.h.html" name="replicate_settings"/>
<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="save_libsvm_formatted_data"/>
<term file="ml.html" name="sparse_to_dense"/>
......
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