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
55a0ee9c
"tests/vscode:/vscode.git/clone" did not exist on "b8d78336a791a2c1dda294890da35c8a5013cc77"
Commit
55a0ee9c
authored
Aug 14, 2014
by
Davis King
Browse files
fixed typo in spec
parent
e1887a24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_processing/box_overlap_testing_abstract.h
dlib/image_processing/box_overlap_testing_abstract.h
+1
-1
No files found.
dlib/image_processing/box_overlap_testing_abstract.h
View file @
55a0ee9c
...
@@ -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
...
...
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