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
e2350cae
Commit
e2350cae
authored
Aug 05, 2013
by
Davis King
Browse files
Made spec slightly clearer
parent
c4a7f0c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
dlib/image_processing/box_overlap_testing_abstract.h
dlib/image_processing/box_overlap_testing_abstract.h
+8
-8
No files found.
dlib/image_processing/box_overlap_testing_abstract.h
View file @
e2350cae
...
...
@@ -28,8 +28,8 @@ namespace dlib
);
/*!
ensures
- #get_overlap_thresh() == 0.5
- #get_match_thresh() == 0.5
- #get_overlap_thresh() == 0.5
!*/
test_box_overlap
(
...
...
@@ -60,22 +60,22 @@ namespace dlib
- returns false
!*/
double
get_
overlap
_thresh
(
double
get_
match
_thresh
(
)
const
;
/*!
ensures
- returns the threshold used to determine if two rectangles overlap. This
value is the percent of a rectangle's area covered by another rectangle.
- returns the threshold used to determine if two rectangles match.
Note that the match score varies from 0 to 1 and only becomes 1
when two rectangles are identical.
!*/
double
get_
match
_thresh
(
double
get_
overlap
_thresh
(
)
const
;
/*!
ensures
- returns the threshold used to determine if two rectangles match.
Note that the match score varies from 0 to 1 and only becomes 1
when two rectangles are identical.
- returns the threshold used to determine if two rectangles overlap. This
value is the percent of a rectangle's area covered by another rectangle.
!*/
...
...
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