"...source/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "ece0cbf92013f51c88d31c080c9a16a07eed35cf"
Commit 55a0ee9c authored by Davis King's avatar Davis King
Browse files

fixed typo in spec

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