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
1f4694dc
Commit
1f4694dc
authored
Mar 10, 2012
by
Davis King
Browse files
updated docs
parent
0989b02e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+18
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
1f4694dc
...
...
@@ -165,6 +165,7 @@
<item>
pyramid_down_3_2
</item>
<item>
pyramid_down_4_3
</item>
<item>
pyramid_down_5_4
</item>
<item>
pyramid_disable
</item>
<item>
interpolate_nearest_neighbor
</item>
<item>
interpolate_bilinear
</item>
...
...
@@ -1125,6 +1126,23 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
pyramid_disable
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/image_pyramid_abstract.h
</spec_file>
<description>
This object downsamples an image at a ratio of infinity to 1. That
means it always outputs an image of size zero. This is useful because
it can be supplied to routines which take a pyramid_down function object
and it will essentially disable pyramid processing. This way, a pyramid
oriented function can be turned into a regular routine which processes
just the original undownsampled image.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
1f4694dc
...
...
@@ -1056,6 +1056,7 @@
<term
file=
"imaging.html"
name=
"separable_3x3_filter_block_grayscale"
/>
<term
file=
"imaging.html"
name=
"separable_3x3_filter_block_rgb"
/>
<term
file=
"imaging.html"
name=
"pyramid_down"
/>
<term
file=
"imaging.html"
name=
"pyramid_disable"
/>
<term
file=
"imaging.html"
name=
"pyramid_down_3_2"
/>
<term
file=
"imaging.html"
name=
"pyramid_down_4_3"
/>
<term
file=
"imaging.html"
name=
"pyramid_down_5_4"
/>
...
...
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