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
2efbc905
Commit
2efbc905
authored
Oct 03, 2013
by
Davis King
Browse files
merged
parents
0bdcb98c
5c710a6a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
65 deletions
+5
-65
docs/docs/imaging.xml
docs/docs/imaging.xml
+5
-61
docs/docs/term_index.xml
docs/docs/term_index.xml
+0
-4
No files found.
docs/docs/imaging.xml
View file @
2efbc905
...
@@ -176,10 +176,6 @@
...
@@ -176,10 +176,6 @@
<name>
Scaling and Rotating
</name>
<name>
Scaling and Rotating
</name>
<item>
pyramid_up
</item>
<item>
pyramid_up
</item>
<item>
pyramid_down
</item>
<item>
pyramid_down
</item>
<item>
pyramid_down_generic
</item>
<item>
pyramid_down_3_2
</item>
<item>
pyramid_down_4_3
</item>
<item>
pyramid_down_5_4
</item>
<item>
pyramid_disable
</item>
<item>
pyramid_disable
</item>
<item>
interpolate_nearest_neighbor
</item>
<item>
interpolate_nearest_neighbor
</item>
...
@@ -1312,36 +1308,10 @@
...
@@ -1312,36 +1308,10 @@
<name>
pyramid_down
</name>
<name>
pyramid_down
</name>
<file>
dlib/image_transforms.h
</file>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/image_pyramid_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/image_transforms/image_pyramid_abstract.h
</spec_file>
<description>
This is a simple function object to help create image pyramids. It
downsamples an image by half.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
pyramid_down_generic
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/image_pyramid_abstract.h
</spec_file>
<description>
<description>
This is a simple function object to help create image pyramids. It
This is a simple function object to help create image pyramids. It
downsamples an image by a ratio of N to N-1 where N is supplied by the
downsamples an image by a ratio of N to N-1 where N is supplied by the
user.
user as a template argument.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
pyramid_down_3_2
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/image_pyramid_abstract.h
</spec_file>
<description>
This is a simple function object to help create image pyramids. It
downsamples an image by a ratio of 3 to 2.
</description>
</description>
</component>
</component>
...
@@ -1363,32 +1333,6 @@
...
@@ -1363,32 +1333,6 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
pyramid_down_4_3
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/image_pyramid_abstract.h
</spec_file>
<description>
This is a simple function object to help create image pyramids. It
downsamples an image by a ratio of 4 to 3.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
pyramid_down_5_4
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/image_pyramid_abstract.h
</spec_file>
<description>
This is a simple function object to help create image pyramids. It
downsamples an image by a ratio of 5 to 4.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
@@ -1458,10 +1402,10 @@
...
@@ -1458,10 +1402,10 @@
<file>
dlib/image_transforms.h
</file>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
<description>
This routine upsamples an image. In particular, it takes
one of the
This routine upsamples an image. In particular, it takes
a
<a
href=
"#pyramid_down"
>
pyramid_down
</a>
object
s as an argument and
<a
href=
"#pyramid_down"
>
pyramid_down
</a>
object
(or an object with a
performs an upsampling which is the inverse of the supplied pyramid_down
compatible interface) as an argument and performs an upsampling
object.
which is the inverse of the supplied pyramid_down
object.
</description>
</description>
</component>
</component>
...
...
docs/docs/term_index.xml
View file @
2efbc905
...
@@ -1216,11 +1216,7 @@
...
@@ -1216,11 +1216,7 @@
<term
file=
"imaging.html"
name=
"separable_3x3_filter_block_grayscale"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"separable_3x3_filter_block_grayscale"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"separable_3x3_filter_block_rgb"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"separable_3x3_filter_block_rgb"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_down"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_down"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_down_generic"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_disable"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_disable"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_down_3_2"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_down_4_3"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_down_5_4"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"threshold_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"threshold_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"auto_threshold_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"auto_threshold_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"png_loader"
include=
"dlib/image_io.h"
/>
<term
file=
"imaging.html"
name=
"png_loader"
include=
"dlib/image_io.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