From 90bc0180c0dd7909fdf8329e59340c1f9fed1311 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 1 Jan 2012 17:46:26 -0500 Subject: [PATCH] clarified spec --- dlib/image_processing/scan_image_pyramid_abstract.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dlib/image_processing/scan_image_pyramid_abstract.h b/dlib/image_processing/scan_image_pyramid_abstract.h index d05ef8204..fe6113446 100644 --- a/dlib/image_processing/scan_image_pyramid_abstract.h +++ b/dlib/image_processing/scan_image_pyramid_abstract.h @@ -28,7 +28,9 @@ namespace dlib REQUIREMENTS ON Feature_extractor_type - must be an object with an interface compatible with the hashed_feature_image - object defined in dlib/image_keypoint/hashed_feature_image_abstract.h. + object defined in dlib/image_keypoint/hashed_feature_image_abstract.h or + with the nearest_neighbor_feature_image object defined in + dlib/image_keypoint/nearest_neighbor_feature_image_abstract.h INITIAL VALUE - get_num_detection_templates() == 0