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
9207d11e
Commit
9207d11e
authored
Jan 21, 2012
by
Davis King
Browse files
Clarified spec
parent
4d2f3da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dlib/image_processing/object_detector_abstract.h
dlib/image_processing/object_detector_abstract.h
+8
-0
No files found.
dlib/image_processing/object_detector_abstract.h
View file @
9207d11e
...
@@ -51,6 +51,9 @@ namespace dlib
...
@@ -51,6 +51,9 @@ namespace dlib
/*!
/*!
ensures
ensures
- #*this is a copy of item
- #*this is a copy of item
- #get_scanner() == item.get_scanner()
(note that only the "configuration" of item.get_scanner() is copied.
I.e. the copy is done using copy_configuration())
!*/
!*/
object_detector
(
object_detector
(
...
@@ -74,6 +77,8 @@ namespace dlib
...
@@ -74,6 +77,8 @@ namespace dlib
- #get_w() == w
- #get_w() == w
- #get_overlap_tester() == overlap_tester
- #get_overlap_tester() == overlap_tester
- #get_scanner() == scanner
- #get_scanner() == scanner
(note that only the "configuration" of scanner is copied.
I.e. the copy is done using copy_configuration())
!*/
!*/
const
matrix
<
double
,
0
,
1
>&
get_w
(
const
matrix
<
double
,
0
,
1
>&
get_w
(
...
@@ -103,6 +108,9 @@ namespace dlib
...
@@ -103,6 +108,9 @@ namespace dlib
/*!
/*!
ensures
ensures
- #*this is a copy of item
- #*this is a copy of item
- #get_scanner() == item.get_scanner()
(note that only the "configuration" of item.get_scanner() is
copied. I.e. the copy is done using copy_configuration())
- returns #*this
- returns #*this
!*/
!*/
...
...
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