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
350d7bb5
Commit
350d7bb5
authored
Aug 17, 2011
by
Davis King
Browse files
updated docs
parent
93121255
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
docs/docs/imaging.xml
docs/docs/imaging.xml
+17
-1
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
350d7bb5
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
<name>
Keypoints and Descriptors
</name>
<name>
Keypoints and Descriptors
</name>
<item>
integral_image
</item>
<item>
integral_image
</item>
<item>
integral_image_generic
</item>
<item>
hessian_pyramid
</item>
<item>
hessian_pyramid
</item>
<item>
compute_dominant_angle
</item>
<item>
compute_dominant_angle
</item>
<item>
compute_surf_descriptor
</item>
<item>
compute_surf_descriptor
</item>
...
@@ -147,7 +148,7 @@
...
@@ -147,7 +148,7 @@
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
<name>
integral_image
</name>
<name>
integral_image
_generic
</name>
<file>
dlib/image_transforms.h
</file>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/integral_image_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/image_transforms/integral_image_abstract.h
</spec_file>
<description>
<description>
...
@@ -161,6 +162,21 @@
...
@@ -161,6 +162,21 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
integral_image
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file>
dlib/image_transforms/integral_image_abstract.h
</spec_file>
<description>
This is a specialization of the
<a
href=
"#integral_image_generic"
>
integral_image_generic
</a>
template for the case where sums of pixel values should be represented with
longs. E.g. if you use 8bit pixels in your original images then this is
the appropriate kind of integral image to use with them.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
350d7bb5
...
@@ -967,6 +967,7 @@
...
@@ -967,6 +967,7 @@
<term
file=
"imaging.html"
name=
"jpeg_loader"
/>
<term
file=
"imaging.html"
name=
"jpeg_loader"
/>
<term
file=
"imaging.html"
name=
"integral_image"
/>
<term
file=
"imaging.html"
name=
"integral_image"
/>
<term
file=
"imaging.html"
name=
"integral_image_generic"
/>
<term
file=
"imaging.html"
name=
"hessian_pyramid"
/>
<term
file=
"imaging.html"
name=
"hessian_pyramid"
/>
<term
file=
"imaging.html"
name=
"compute_dominant_angle"
/>
<term
file=
"imaging.html"
name=
"compute_dominant_angle"
/>
<term
file=
"imaging.html"
name=
"compute_surf_descriptor"
/>
<term
file=
"imaging.html"
name=
"compute_surf_descriptor"
/>
...
...
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