mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
clarified spec
This commit is contained in:
parent
007161f09d
commit
90bc0180c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user