From e9823c79d84e2f95ce68b1c5e790832d926eed7e Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 24 Mar 2013 15:40:07 -0400 Subject: [PATCH] fixed another typo in spec --- dlib/image_processing/scan_image_boxes_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/image_processing/scan_image_boxes_abstract.h b/dlib/image_processing/scan_image_boxes_abstract.h index 88e4a8ea0..ed415b6e9 100644 --- a/dlib/image_processing/scan_image_boxes_abstract.h +++ b/dlib/image_processing/scan_image_boxes_abstract.h @@ -79,7 +79,7 @@ namespace dlib of localizing each object present. The localization is in the form of the bounding box around each object of interest. - Unlike the scan_image_boxes object which scans a fixed sized window over + Unlike the scan_image_pyramid object which scans a fixed sized window over an image pyramid, the scan_image_boxes tool allows you to define your own list of "candidate object locations" which should be evaluated. This is simply a list of rectangle objects which might contain objects of interest.