mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
ed7c344a53
commit
3f229d64f8
@ -1139,6 +1139,10 @@
|
|||||||
and Jean Ponce
|
and Jean Ponce
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</description>
|
</description>
|
||||||
|
<examples>
|
||||||
|
<example>object_detector_ex.cpp.html</example>
|
||||||
|
<example>object_detector_advanced_ex.cpp.html</example>
|
||||||
|
</examples>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
@ -1157,6 +1161,10 @@
|
|||||||
object is used to perform non-max suppression on the output of the
|
object is used to perform non-max suppression on the output of the
|
||||||
scan_image_pyramid object.
|
scan_image_pyramid object.
|
||||||
</description>
|
</description>
|
||||||
|
<examples>
|
||||||
|
<example>object_detector_ex.cpp.html</example>
|
||||||
|
<example>object_detector_advanced_ex.cpp.html</example>
|
||||||
|
</examples>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
|
@ -115,6 +115,14 @@
|
|||||||
<item nolink="true">
|
<item nolink="true">
|
||||||
<name>Examples</name>
|
<name>Examples</name>
|
||||||
<sub>
|
<sub>
|
||||||
|
<item>
|
||||||
|
<name>Object_Detector</name>
|
||||||
|
<link>object_detector_ex.cpp.html</link>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<name>Object_Detector_Advanced</name>
|
||||||
|
<link>object_detector_advanced_ex.cpp.html</link>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<name>Config_File_Reader</name>
|
<name>Config_File_Reader</name>
|
||||||
<link>config_reader_ex.cpp.html</link>
|
<link>config_reader_ex.cpp.html</link>
|
||||||
|
@ -2045,6 +2045,10 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
as the <a href="#structural_object_detection_trainer">structural_object_detection_trainer</a>
|
as the <a href="#structural_object_detection_trainer">structural_object_detection_trainer</a>
|
||||||
and returns the precision and recall.
|
and returns the precision and recall.
|
||||||
</description>
|
</description>
|
||||||
|
<examples>
|
||||||
|
<example>object_detector_ex.cpp.html</example>
|
||||||
|
<example>object_detector_advanced_ex.cpp.html</example>
|
||||||
|
</examples>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
@ -2059,6 +2063,10 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
as the <a href="imaging.html#object_detector">object_detector</a>
|
as the <a href="imaging.html#object_detector">object_detector</a>
|
||||||
and returns the precision and recall.
|
and returns the precision and recall.
|
||||||
</description>
|
</description>
|
||||||
|
<examples>
|
||||||
|
<example>object_detector_ex.cpp.html</example>
|
||||||
|
<example>object_detector_advanced_ex.cpp.html</example>
|
||||||
|
</examples>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
@ -2177,6 +2185,10 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
to make it look similar to all the other trainers in dlib.
|
to make it look similar to all the other trainers in dlib.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
<examples>
|
||||||
|
<example>object_detector_ex.cpp.html</example>
|
||||||
|
<example>object_detector_advanced_ex.cpp.html</example>
|
||||||
|
</examples>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user