mirror of https://github.com/davisking/dlib.git
updated specs
This commit is contained in:
parent
277c112abc
commit
c7c6da6f91
|
@ -22,6 +22,8 @@ namespace dlib
|
|||
/*!
|
||||
REQUIREMENTS ON image_scanner_type
|
||||
image_scanner_type must be an implementation of
|
||||
dlib/image_processing/scan_fhog_pyramid_abstract.h or
|
||||
dlib/image_processing/scan_image_custom_abstract.h or
|
||||
dlib/image_processing/scan_image_pyramid_abstract.h or
|
||||
dlib/image_processing/scan_image_boxes_abstract.h
|
||||
|
||||
|
|
|
@ -41,6 +41,8 @@ namespace dlib
|
|||
/*!
|
||||
REQUIREMENTS ON image_scanner_type
|
||||
image_scanner_type must be an implementation of
|
||||
dlib/image_processing/scan_fhog_pyramid_abstract.h or
|
||||
dlib/image_processing/scan_image_custom_abstract.h or
|
||||
dlib/image_processing/scan_image_pyramid_abstract.h or
|
||||
dlib/image_processing/scan_image_boxes_abstract.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue