clarified spec

This commit is contained in:
Davis King 2013-04-02 19:44:29 -04:00
parent 40717110d7
commit 6133b6141d
1 changed files with 4 additions and 1 deletions

View File

@ -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 (