Commit 90bc0180 authored by Davis King's avatar Davis King

clarified spec

parent 007161f0
...@@ -28,7 +28,9 @@ namespace dlib ...@@ -28,7 +28,9 @@ namespace dlib
REQUIREMENTS ON Feature_extractor_type REQUIREMENTS ON Feature_extractor_type
- must be an object with an interface compatible with the hashed_feature_image - 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 INITIAL VALUE
- get_num_detection_templates() == 0 - get_num_detection_templates() == 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment