Commit 9207d11e authored by Davis King's avatar Davis King

Clarified spec

parent 4d2f3da6
......@@ -51,6 +51,9 @@ namespace dlib
/*!
ensures
- #*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 (
......@@ -74,6 +77,8 @@ namespace dlib
- #get_w() == w
- #get_overlap_tester() == overlap_tester
- #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 (
......@@ -103,6 +108,9 @@ namespace dlib
/*!
ensures
- #*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
!*/
......
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