Commit 230dc754 authored by Davis King's avatar Davis King

clarified spec

parent f2426231
...@@ -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
......
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