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
4b6f44b8
"...text-generation-inference.git" did not exist on "30be188400d27b6fedd88cb3dfd88de45639703c"
Commit
4b6f44b8
authored
Oct 10, 2011
by
Davis King
Browse files
Clarified spec
parent
19355742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/image_transforms/spatial_filtering_abstract.h
dlib/image_transforms/spatial_filtering_abstract.h
+2
-2
No files found.
dlib/image_transforms/spatial_filtering_abstract.h
View file @
4b6f44b8
...
@@ -36,8 +36,8 @@ namespace dlib
...
@@ -36,8 +36,8 @@ namespace dlib
- filter.nr() % 2 == 1 (i.e. must be odd)
- filter.nr() % 2 == 1 (i.e. must be odd)
- filter.nc() % 2 == 1 (i.e. must be odd)
- filter.nc() % 2 == 1 (i.e. must be odd)
ensures
ensures
- Applies the given spatial filter to in_img and stores the result in out_img
. Also
- Applies the given spatial filter to in_img and stores the result in out_img
(i.e.
divides each resulting pixel by scale.
cross-correlates in_img with filter). Also
divides each resulting pixel by scale.
- The intermediate filter computations will be carried out using variables of type EXP::type.
- The intermediate filter computations will be carried out using variables of type EXP::type.
This is whatever scalar type is used inside the filter matrix.
This is whatever scalar type is used inside the filter matrix.
- Pixel values are stored into out_img using the assign_pixel() function and therefore
- Pixel values are stored into out_img using the assign_pixel() function and therefore
...
...
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