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
df76a44b
Commit
df76a44b
authored
Feb 29, 2012
by
Davis King
Browse files
updated docs
parent
0ceb51c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
105 additions
and
1 deletion
+105
-1
docs/docs/imaging.xml
docs/docs/imaging.xml
+94
-1
docs/docs/term_index.xml
docs/docs/term_index.xml
+11
-0
No files found.
docs/docs/imaging.xml
View file @
df76a44b
...
@@ -165,6 +165,14 @@
...
@@ -165,6 +165,14 @@
<item>
pyramid_down_3_2
</item>
<item>
pyramid_down_3_2
</item>
<item>
pyramid_down_4_3
</item>
<item>
pyramid_down_4_3
</item>
<item>
pyramid_down_5_4
</item>
<item>
pyramid_down_5_4
</item>
<item>
interpolate_nearest_neighbor
</item>
<item>
interpolate_bilinear
</item>
<item>
interpolate_quadratic
</item>
<item>
transform_image
</item>
<item>
rotate_image
</item>
<item>
flip_image_left_right
</item>
<item>
flip_image_up_down
</item>
</section>
</section>
<section>
<section>
...
@@ -1142,7 +1150,92 @@
...
@@ -1142,7 +1150,92 @@
</description>
</description>
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
interpolate_nearest_neighbor
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
This object is a tool for performing nearest neighbor interpolation
on an image.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
interpolate_bilinear
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
This object is a tool for performing bilinear interpolation
on an image.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
interpolate_quadratic
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
This object is a tool for performing quadratic interpolation
on an image.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
transform_image
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
This routine is a tool for transforming images using some kind of point mapping
function (e.g.
<a
href=
"algorithms.html#point_transform_affine"
>
point_transform_affine
</a>
)
and pixel interpolation tool (e.g.
<a
href=
"#interpolate_quadratic"
>
interpolate_quadratic
</a>
).
An example application of this routine is for image rotation. Indeed, it is how
<a
href=
"#rotate_image"
>
rotate_image
</a>
is implemented.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
rotate_image
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
This is a routine for rotating an image.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
flip_image_left_right
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
This is a routine which can flip an image from left to right. (e.g. as
if viewed through a mirror).
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
flip_image_up_down
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
This routine flips an image upside down.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
df76a44b
...
@@ -1062,6 +1062,17 @@
...
@@ -1062,6 +1062,17 @@
<term
file=
"imaging.html"
name=
"png_loader"
/>
<term
file=
"imaging.html"
name=
"png_loader"
/>
<term
file=
"imaging.html"
name=
"jpeg_loader"
/>
<term
file=
"imaging.html"
name=
"jpeg_loader"
/>
<term
file=
"imaging.html"
name=
"interpolate_nearest_neighbor"
/>
<term
file=
"imaging.html"
name=
"interpolate_bilinear"
/>
<term
file=
"imaging.html"
name=
"interpolate_quadratic"
/>
<term
file=
"imaging.html"
name=
"transform_image"
/>
<term
file=
"imaging.html"
name=
"rotate_image"
/>
<term
file=
"imaging.html"
name=
"flip_image_left_right"
/>
<term
file=
"imaging.html"
name=
"flip_image_up_down"
/>
<term
file=
"dlib/image_transforms/interpolation_abstract.h.html"
name=
"black_background"
/>
<term
file=
"dlib/image_transforms/interpolation_abstract.h.html"
name=
"white_background"
/>
<term
file=
"dlib/image_transforms/interpolation_abstract.h.html"
name=
"no_background"
/>
<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=
"integral_image_generic"
/>
<term
file=
"imaging.html"
name=
"hessian_pyramid"
/>
<term
file=
"imaging.html"
name=
"hessian_pyramid"
/>
...
...
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