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
10307342
Commit
10307342
authored
Dec 31, 2011
by
Davis King
Browse files
Clarified spec
parent
828f834d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/image_transforms/spatial_filtering_abstract.h
dlib/image_transforms/spatial_filtering_abstract.h
+3
-0
No files found.
dlib/image_transforms/spatial_filtering_abstract.h
View file @
10307342
...
@@ -157,6 +157,9 @@ namespace dlib
...
@@ -157,6 +157,9 @@ namespace dlib
- #out_img[r][c] == filtered pixel corresponding to in_img[r*downsample][c*downsample]
- #out_img[r][c] == filtered pixel corresponding to in_img[r*downsample][c*downsample]
- returns a rectangle which indicates what pixels in #out_img are considered
- returns a rectangle which indicates what pixels in #out_img are considered
non-border pixels and therefore contain output from the filter.
non-border pixels and therefore contain output from the filter.
- Note that the first row and column of non-zero padded data are the following
- first_row == ceil(floor(col_filter.size()/2.0)/downsample)
- first_col == ceil(floor(row_filter.size()/2.0)/downsample)
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
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