Commit 98d1e564 authored by Davis King's avatar Davis King

Clarified spec

parent 290b6a1f
...@@ -211,6 +211,7 @@ namespace dlib ...@@ -211,6 +211,7 @@ namespace dlib
by the load_image() routine. by the load_image() routine.
- #parts_list == a vector that contains the list of object parts found in the - #parts_list == a vector that contains the list of object parts found in the
input file and loaded into object_locations. input file and loaded into object_locations.
- #parts_list is in lexicographic sorted order.
- let IGNORED_RECTS denote the vector returned from this function. - let IGNORED_RECTS denote the vector returned from this function.
- IGNORED_RECTS.size() == #object_locations.size() - IGNORED_RECTS.size() == #object_locations.size()
- IGNORED_RECTS == a list of the rectangles which have the "ignore" flag set to - IGNORED_RECTS == a list of the rectangles which have the "ignore" flag set to
......
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