Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
cf7e7076
Commit
cf7e7076
authored
Aug 18, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified specs
parent
a63e76d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
scan_image_boxes_abstract.h
dlib/image_processing/scan_image_boxes_abstract.h
+2
-0
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