"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "2758c249559cbd6cb7c582018a453d324913df5f"
Commit e30d04a4 authored by Davis King's avatar Davis King
Browse files

clarified the spec

parent a1775d1b
...@@ -94,6 +94,9 @@ namespace dlib ...@@ -94,6 +94,9 @@ namespace dlib
ensures ensures
- performs object detection on the given image and returns a - performs object detection on the given image and returns a
vector which indicates the locations of all detected objects. vector which indicates the locations of all detected objects.
- The returned vector will be sorted in the sense that the highest
confidence detections come first. E.g. element 0 is the best detection,
element 1 the next best, and so on.
!*/ !*/
}; };
......
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