From 6133b6141d89acce8017d7d6f5bd15721244476d Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 2 Apr 2013 19:44:29 -0400 Subject: [PATCH] clarified spec --- dlib/image_processing/scan_image_pyramid_abstract.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dlib/image_processing/scan_image_pyramid_abstract.h b/dlib/image_processing/scan_image_pyramid_abstract.h index 662615406..d9941a22c 100644 --- a/dlib/image_processing/scan_image_pyramid_abstract.h +++ b/dlib/image_processing/scan_image_pyramid_abstract.h @@ -339,7 +339,10 @@ namespace dlib 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 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 (