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
230dc754
"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "6e88b1570c50e9677a5a744e6aebf3471860fc27"
Commit
230dc754
authored
Mar 31, 2013
by
Davis King
Browse files
clarified spec
parent
f2426231
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/image_processing/object_detector_abstract.h
dlib/image_processing/object_detector_abstract.h
+3
-3
No files found.
dlib/image_processing/object_detector_abstract.h
View file @
230dc754
...
@@ -151,9 +151,9 @@ namespace dlib
...
@@ -151,9 +151,9 @@ namespace dlib
come first. E.g. element 0 is the best detection, element 1
come first. E.g. element 0 is the best detection, element 1
the next best, and so on.
the next best, and so on.
- #dets.size() == the number of detected objects.
- #dets.size() == the number of detected objects.
- #dets[i].first gives the "detection confidence", of the i-th
- #dets[i].first gives the "detection confidence", of the i-th
detection. This is the detection value output by the scanner
detection. This is the detection value output by the scanner
minus
minus
the threshold.
the threshold
value stored at the end of the weight vector in get_w()
.
- #dets[i].second == the bounding box for the i-th detection.
- #dets[i].second == the bounding box for the i-th detection.
- #get_scanner() will have been loaded with img. Therefore, you can call
- #get_scanner() will have been loaded with img. Therefore, you can call
#get_scanner().get_feature_vector() to obtain the feature vectors or
#get_scanner().get_feature_vector() to obtain the feature vectors or
...
...
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