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
c1edd2d2
"vscode:/vscode.git/clone" did not exist on "19c6106a659c110f172a84cc72b99ad004b4a39d"
Commit
c1edd2d2
authored
Jun 30, 2012
by
Davis King
Browse files
updated docs
parent
fce8eaab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
c1edd2d2
...
...
@@ -156,6 +156,7 @@
<item>
separable_3x3_filter_block_grayscale
</item>
<item>
separable_3x3_filter_block_rgb
</item>
<item>
sum_filter
</item>
<item>
max_filter
</item>
<item>
spatially_filter_image_separable_down
</item>
</section>
...
...
@@ -1110,6 +1111,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
max_filter
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/spatial_filtering_abstract.h
</spec_file>
<description>
This function slides a rectangle over an input image and outputs a new
image which contains the maximum valued pixel found inside the rectangle at each
position in the input image.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
c1edd2d2
...
...
@@ -1094,6 +1094,7 @@
<term
file=
"imaging.html"
name=
"gaussian_blur"
/>
<term
file=
"imaging.html"
name=
"spatially_filter_image"
/>
<term
file=
"imaging.html"
name=
"sum_filter"
/>
<term
file=
"imaging.html"
name=
"max_filter"
/>
<term
file=
"imaging.html"
name=
"spatially_filter_image_separable"
/>
<term
file=
"imaging.html"
name=
"spatially_filter_image_separable_down"
/>
<term
file=
"imaging.html"
name=
"separable_3x3_filter_block_grayscale"
/>
...
...
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