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
e1307b31
Commit
e1307b31
authored
Jul 01, 2013
by
Davis King
Browse files
updated docs
parent
7f22ec06
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
docs/docs/graph_tools.xml
docs/docs/graph_tools.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/graph_tools.xml
View file @
e1307b31
...
...
@@ -79,6 +79,7 @@
<item>
convert_unordered_to_ordered
</item>
<item>
order_by_index
</item>
<item>
order_by_distance
</item>
<item>
order_by_descending_distance
</item>
<item>
order_by_distance_and_index
</item>
<item>
contains_duplicate_pairs
</item>
<item>
max_index_plus_one
</item>
...
...
@@ -122,6 +123,20 @@
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
order_by_descending_distance
</name>
<file>
dlib/graph_utils.h
</file>
<spec_file
link=
"true"
>
dlib/graph_utils/sample_pair_abstract.h
</spec_file>
<description>
This function provides a total ordering of
<a
href=
"#sample_pair"
>
sample_pair
</a>
or
<a
href=
"#ordered_sample_pair"
>
ordered_sample_pair
</a>
objects that causes
pairs with largest distance to be the first in a sorted list. This function
can be used with std::sort().
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
e1307b31
...
...
@@ -272,6 +272,7 @@
<term
file=
"graph_tools.html"
name=
"ordered_sample_pair"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"order_by_index"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"order_by_distance"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"order_by_descending_distance"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"order_by_distance_and_index"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"find_percent_shortest_edges_randomly"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"find_k_nearest_neighbors"
include=
"dlib/graph_utils.h"
/>
...
...
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