Commit 55a0ee9c authored by Davis King's avatar Davis King

fixed typo in spec

parent e1887a24
......@@ -54,7 +54,7 @@ namespace dlib
- returns true if a and b overlap "enough". This is defined precisely below.
- if (a.intersect(b).area()/(a+b).area() > get_match_thresh() ||
a.intersect(b).area()/a.area() > get_overlap_thresh() ||
a.intersect(b).area()/a.area() > get_overlap_thresh() ) then
a.intersect(b).area()/b.area() > get_overlap_thresh() ) then
- returns true
- else
- returns false
......
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