Commit b3ca1258 authored by Davis King's avatar Davis King

Added missing requires clause to function.

parent 60a1bdc9
...@@ -21,6 +21,7 @@ namespace dlib ...@@ -21,6 +21,7 @@ namespace dlib
); );
/*! /*!
requires requires
- cell_draw_size > 0
- detector.get_w().size() >= detector.get_scanner().get_num_dimensions() - detector.get_w().size() >= detector.get_scanner().get_num_dimensions()
(i.e. the detector must have been populated with a HOG filter) (i.e. the detector must have been populated with a HOG filter)
ensures ensures
......
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