mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added missing requires clause to function.
This commit is contained in:
parent
60a1bdc9a8
commit
b3ca12587e
@ -21,6 +21,7 @@ namespace dlib
|
||||
);
|
||||
/*!
|
||||
requires
|
||||
- cell_draw_size > 0
|
||||
- detector.get_w().size() >= detector.get_scanner().get_num_dimensions()
|
||||
(i.e. the detector must have been populated with a HOG filter)
|
||||
ensures
|
||||
|
Loading…
Reference in New Issue
Block a user