Davis King
|
02d8ebc903
|
fixed typo in example
|
2016-08-24 06:56:35 -04:00 |
|
Fabio Perez
|
5fb4c584bd
|
Revise help message
|
2015-05-30 22:00:36 -03:00 |
|
Davis King
|
c6d778eaf9
|
Made the examples use the new simplified file serialization API.
|
2014-05-08 21:07:56 -04:00 |
|
Davis King
|
8e1e548a70
|
Updated this example to use the scan_fhog_pyramid version of the object
detector since it is much more user friendly.
|
2014-03-08 13:12:48 -05:00 |
|
Davis King
|
114f677d74
|
Fixing grammar in comments.
|
2014-02-22 16:07:17 -05:00 |
|
Davis King
|
e0a6e30581
|
Refactored the image pyramid code. Now there is just one templated object,
pyramid_down and you give it the downsampling amount as a template argument.
|
2013-10-03 21:36:51 -04:00 |
|
Davis King
|
1b23bb13e9
|
Updated comments in examples to account for recent code change.
|
2013-07-25 20:38:23 +10:00 |
|
Davis King
|
50b636c131
|
Added notes that the object detector validation methods also output MAP values.
|
2013-03-31 15:45:56 -04:00 |
|
Davis King
|
1f8f1261e3
|
Added scope qualifiers to dlib::array so there isn't a name conflict
on C++11 compilers.
|
2013-03-03 10:40:33 -05:00 |
|
Davis King
|
34f28d4ad6
|
Minor cleanup
|
2012-12-12 19:58:18 -05:00 |
|
Davis King
|
7b43a3c6ac
|
All I did in this change was switch from using #include "" syntax
to #include <> syntax.
|
2012-12-08 09:32:13 -05:00 |
|
Davis King
|
3956330d1f
|
simplified examples
|
2012-12-05 19:36:39 -05:00 |
|
Davis King
|
f7165919bf
|
Simplified example programs
|
2012-11-12 15:25:35 -05:00 |
|
Davis King
|
8319811880
|
Simplified example programs slightly
|
2012-10-21 22:08:48 -04:00 |
|
Davis King
|
08a95a42ed
|
Flipped the order of two commands so that the selected object boxes
are printed immediately.
|
2012-04-04 20:19:55 -04:00 |
|
Davis King
|
1d3b429f40
|
improved comments
|
2012-03-22 18:44:47 -04:00 |
|
Davis King
|
33939c4990
|
fixed comment
|
2012-03-21 21:37:27 -04:00 |
|
Davis King
|
2668d1baa2
|
updated due to name change
|
2012-03-21 21:08:33 -04:00 |
|
Davis King
|
f477c84261
|
renamed this file
--HG--
rename : examples/object_detector_ex_2.cpp => examples/train_object_detector.cpp
|
2012-03-21 21:07:51 -04:00 |
|