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
7f611ea7
Commit
7f611ea7
authored
Mar 12, 2016
by
Davis King
Browse files
fixed typo in spec
parent
d8d31375
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_processing/scan_fhog_pyramid_abstract.h
dlib/image_processing/scan_fhog_pyramid_abstract.h
+1
-1
No files found.
dlib/image_processing/scan_fhog_pyramid_abstract.h
View file @
7f611ea7
...
@@ -166,7 +166,7 @@ namespace dlib
...
@@ -166,7 +166,7 @@ namespace dlib
pretty much do whatever you want in terms of feature extraction so long as the following
pretty much do whatever you want in terms of feature extraction so long as the following
conditions are met:
conditions are met:
- #hog.size() == get_num_planes()
- #hog.size() == get_num_planes()
- Each image plane in
of
#hog has the same dimensions.
- Each image plane in #hog has the same dimensions.
- for all valid i, r, and c:
- for all valid i, r, and c:
- #hog[i][r][c] == a feature value describing the image content centered at the
- #hog[i][r][c] == a feature value describing the image content centered at the
following pixel location in img:
following pixel location in img:
...
...
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