Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
e30d04a4
"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "2758c249559cbd6cb7c582018a453d324913df5f"
Commit
e30d04a4
authored
Sep 15, 2011
by
Davis King
Browse files
clarified the spec
parent
a1775d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/image_processing/object_detector_abstract.h
dlib/image_processing/object_detector_abstract.h
+3
-0
No files found.
dlib/image_processing/object_detector_abstract.h
View file @
e30d04a4
...
@@ -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.
!*/
!*/
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment