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
cf7e7076
Commit
cf7e7076
authored
Aug 17, 2013
by
Davis King
Browse files
clarified specs
parent
a63e76d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
dlib/image_processing/scan_image_boxes_abstract.h
dlib/image_processing/scan_image_boxes_abstract.h
+2
-0
dlib/image_processing/scan_image_pyramid_abstract.h
dlib/image_processing/scan_image_pyramid_abstract.h
+2
-0
No files found.
dlib/image_processing/scan_image_boxes_abstract.h
View file @
cf7e7076
...
@@ -305,6 +305,8 @@ namespace dlib
...
@@ -305,6 +305,8 @@ namespace dlib
candidate object location output from detect(). Note that this vector is
candidate object location output from detect(). Note that this vector is
added to psi. Note also that you must use get_full_object_detection() to
added to psi. Note also that you must use get_full_object_detection() to
convert a rectangle from detect() into the needed full_object_detection.
convert a rectangle from detect() into the needed full_object_detection.
- The dimensionality of the vector added to psi is get_num_dimensions(). This
means that elements of psi after psi(get_num_dimensions()-1) are not modified.
- Since scan_image_boxes only searches a limited set of object locations,
- Since scan_image_boxes only searches a limited set of object locations,
not all possible rectangles can be output by detect(). So in the case
not all possible rectangles can be output by detect(). So in the case
where obj.get_rect() could not arise from a call to detect(), this
where obj.get_rect() could not arise from a call to detect(), this
...
...
dlib/image_processing/scan_image_pyramid_abstract.h
View file @
cf7e7076
...
@@ -422,6 +422,8 @@ namespace dlib
...
@@ -422,6 +422,8 @@ namespace dlib
sliding window location. Note that this vector is added to psi. Note
sliding window location. Note that this vector is added to psi. Note
also that you must use get_full_object_detection() to convert a rect from
also that you must use get_full_object_detection() to convert a rect from
detect() into the needed full_object_detection.
detect() into the needed full_object_detection.
- The dimensionality of the vector added to psi is get_num_dimensions(). This
means that elements of psi after psi(get_num_dimensions()-1) are not modified.
- Since scan_image_pyramid is a sliding window classifier system, not all
- Since scan_image_pyramid is a sliding window classifier system, not all
possible rectangles can be output by detect(). So in the case where
possible rectangles can be output by detect(). So in the case where
obj.get_rect() could not arise from a call to detect(), this function
obj.get_rect() could not arise from a call to detect(), this function
...
...
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