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
014aa448
Commit
014aa448
authored
Jan 21, 2013
by
Davis King
Browse files
updated docs
parent
e341600f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
docs/docs/algorithms.xml
docs/docs/algorithms.xml
+28
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/algorithms.xml
View file @
014aa448
...
...
@@ -74,6 +74,8 @@
<item>
md5
</item>
<item>
crc32
</item>
<item>
hash
</item>
<item>
count_bits
</item>
<item>
hamming_distance
</item>
<item>
murmur_hash3
</item>
<item>
murmur_hash3_128bit
</item>
<item>
gaussian_random_hash
</item>
...
...
@@ -294,6 +296,32 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
count_bits
</name>
<file>
dlib/hash.h
</file>
<spec_file
link=
"true"
>
dlib/general_hash/count_bits_abstract.h
</spec_file>
<description>
This function counts the number of bits in an unsigned integer which are
set to 1.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
hamming_distance
</name>
<file>
dlib/hash.h
</file>
<spec_file
link=
"true"
>
dlib/general_hash/count_bits_abstract.h
</spec_file>
<description>
This function returns the hamming distance between two unsigned integers.
That is, it returns the number of bits which differer in the two integers.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
014aa448
...
...
@@ -1025,6 +1025,8 @@
<term
file=
"algorithms.html"
name=
"murmur_hash3"
/>
<term
file=
"algorithms.html"
name=
"murmur_hash3_128bit"
/>
<term
file=
"algorithms.html"
name=
"hash"
/>
<term
file=
"algorithms.html"
name=
"count_bits"
/>
<term
file=
"algorithms.html"
name=
"hamming_distance"
/>
<term
file=
"algorithms.html"
name=
"gaussian_random_hash"
/>
<term
file=
"algorithms.html"
name=
"uniform_random_hash"
/>
...
...
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