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
657b8cb9
Commit
657b8cb9
authored
Jul 13, 2011
by
Davis King
Browse files
updated docs
parent
8daab3a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
1 deletion
+47
-1
docs/docs/imaging.xml
docs/docs/imaging.xml
+44
-1
docs/docs/term_index.xml
docs/docs/term_index.xml
+3
-0
No files found.
docs/docs/imaging.xml
View file @
657b8cb9
...
@@ -119,6 +119,9 @@
...
@@ -119,6 +119,9 @@
<item>
separable_3x3_filter_block_grayscale
</item>
<item>
separable_3x3_filter_block_grayscale
</item>
<item>
separable_3x3_filter_block_rgb
</item>
<item>
separable_3x3_filter_block_rgb
</item>
<item>
pyramid_down
</item>
<item>
pyramid_down
</item>
<item>
pyramid_down_3_2
</item>
<item>
pyramid_down_4_3
</item>
<item>
pyramid_down_5_4
</item>
<item>
zero_border_pixels
</item>
<item>
zero_border_pixels
</item>
<item>
binary_dilation
</item>
<item>
binary_dilation
</item>
...
@@ -859,7 +862,47 @@
...
@@ -859,7 +862,47 @@
<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>
<description>
This is a simple function object to help create image pyramids.
This is a simple function object to help create image pyramids. It
downsamples an image by half.
</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>
</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>
</description>
</component>
</component>
...
...
docs/docs/term_index.xml
View file @
657b8cb9
...
@@ -954,6 +954,9 @@
...
@@ -954,6 +954,9 @@
<term
file=
"imaging.html"
name=
"separable_3x3_filter_block_grayscale"
/>
<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=
"separable_3x3_filter_block_rgb"
/>
<term
file=
"imaging.html"
name=
"pyramid_down"
/>
<term
file=
"imaging.html"
name=
"pyramid_down"
/>
<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"
/>
<term
file=
"imaging.html"
name=
"threshold_image"
/>
<term
file=
"imaging.html"
name=
"threshold_image"
/>
<term
file=
"imaging.html"
name=
"auto_threshold_image"
/>
<term
file=
"imaging.html"
name=
"auto_threshold_image"
/>
<term
file=
"imaging.html"
name=
"png_loader"
/>
<term
file=
"imaging.html"
name=
"png_loader"
/>
...
...
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