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
6133b614
Commit
6133b614
authored
Apr 02, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified spec
parent
40717110
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
scan_image_pyramid_abstract.h
dlib/image_processing/scan_image_pyramid_abstract.h
+4
-1
No files found.
dlib/image_processing/scan_image_pyramid_abstract.h
View file @
6133b614
...
@@ -339,7 +339,10 @@ namespace dlib
...
@@ -339,7 +339,10 @@ namespace dlib
function returns a number which defines a hard upper limit on the number of
function returns a number which defines a hard upper limit on the number of
detections allowed by a single scan. This means that the total number of
detections allowed by a single scan. This means that the total number of
possible detections produced by detect() is get_max_detections_per_template()*
possible detections produced by detect() is get_max_detections_per_template()*
get_num_detection_templates()*(number of image pyramid layers).
get_num_detection_templates()*(number of image pyramid layers). Additionally,
if the maximum number of detections is reached during a scan then this object
will return a random subsample of all detections which are above the detection
threshold.
!*/
!*/
void
set_max_detections_per_template
(
void
set_max_detections_per_template
(
...
...
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