Added missing requires clause to function.

This commit is contained in:
Davis King 2013-11-11 17:48:48 -05:00
parent 60a1bdc9a8
commit b3ca12587e

View File

@ -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