Davis King
3eae0bcb00
Changed example to avoid tying a stream to itself since some iostream libraries
...
have a bug that causes them to crash when you do this.
2014-09-30 19:21:38 -04:00
Davis King
f4f395975e
Added scope qualifiers to some mutex objects to avoid a name collision
...
in newer versions of clang.
2014-09-27 09:57:28 -04:00
Davis King
5c78a9c3a6
Updated style sheet so face parts aren't all smashed together when viewed in a
...
browser.
2014-09-17 20:37:26 -04:00
Davis King
bd4056346b
Added code to show how to chip out the faces.
2014-09-06 15:44:09 -04:00
Davis King
5e4aaf2e53
improved examples
2014-08-24 10:37:19 -04:00
Davis King
b191400a00
Added initial version of shape training example
2014-08-21 22:42:48 -04:00
Davis King
5ae170c461
Added a face landmarking example program
2014-08-21 22:11:55 -04:00
Davis King
dd3bf1f2c5
Changed the example to recommend using something like the f1-score when using
...
BOBYQA for model selection.
2014-06-23 16:06:23 -04:00
Davis King
e3af40d5a5
Updated example to use evaluate_detectors()
2014-05-26 18:46:35 -04:00
Davis King
c6d778eaf9
Made the examples use the new simplified file serialization API.
2014-05-08 21:07:56 -04:00
Davis King
be7457770e
Fixed minor typos
2014-04-26 19:56:18 -04:00
Davis King
d763696f68
Added an example program showing how to setup a logger hook
2014-04-26 17:32:06 -04:00
Davis King
2821926236
merged changes and updated abstract file.
2014-04-22 20:13:47 -04:00
Davis King
137b7f80c8
Simplified example program.
2014-04-05 16:56:48 -04:00
Csaba Kertesz
31078adee9
Add maximal iterations option for relevance vector machine trainer
2014-03-16 12:19:19 +01: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
1e9a6297dc
fixed grammar
2014-01-12 10:15:46 -05:00
Davis King
e66fa51ebe
clarified examples
2014-01-11 22:40:43 -05:00
Davis King
4f8a93975f
clarified example
2014-01-11 14:52:28 -05:00
Davis King
015727cd5f
clarified example
2014-01-11 11:30:52 -05:00
Davis King
ba37c88fbf
Clarified examples now that we have more object detectors in the library.
2014-01-11 10:40:39 -05:00
Davis King
20afefd79b
clarified example
2014-01-09 23:23:04 -05:00
Davis King
c7346758d8
improved example program documentation
2014-01-09 23:19:44 -05:00
Davis King
f698db9cb5
Slightly improved example. Still needs a lot of work though.
2014-01-05 20:01:49 -05:00
Davis King
20dde81bd1
Added comments to this example program
2014-01-05 13:53:21 -05:00
Davis King
417c5578e1
Added face detection example program
2014-01-02 20:53:28 -05:00
Davis King
101e316fd1
Added comments about the source of the face images
2014-01-02 18:49:05 -05:00
Davis King
f12921390a
A minor change to avoid compiler warnings.
2013-04-22 08:23:24 -04:00
Davis King
5000b9f0ac
Added more comments about how to pack multiple detectors into a single
...
object_detector.
2014-03-07 19:45:18 -05:00
Davis King
f5a717a5fa
Fixed warning on visual studio.
2014-03-01 21:38:47 -05:00
Davis King
c7227d8f41
Added more comments
2014-02-22 17:49:33 -05:00
Davis King
114f677d74
Fixing grammar in comments.
2014-02-22 16:07:17 -05:00
Davis King
f9d3da11d0
Fleshed out example program.
2014-02-22 15:52:28 -05:00
Davis King
5bcfa6853e
added more comments
2014-02-20 22:45:46 -05:00
Davis King
8296869bed
Added initial version of the learning to track example program.
2014-02-20 22:39:48 -05:00
Davis King
746f4282dd
Fixed awkward wording
2014-02-05 18:16:11 -05:00
Davis King
43ce7908b9
Added skeleton of fhog object detection example.
2014-01-01 19:12:06 -05:00
Davis King
1cff4030b9
fixed #include
2013-11-17 20:26:37 -05:00
Davis King
8c89480d1b
Fixed broken #include
2013-11-17 19:18:52 -05:00
Davis King
46bb6dc8f5
Added code showing how to get the individual decision functions out of a
...
multiclass decision function object.
2013-11-17 13:47:26 -05:00
Davis King
49f8b2860f
Clarified matrix usage in the examples
2013-11-17 12:42:41 -05:00
Davis King
8fc2f43607
Fixed grammar/confusing sentence.
2013-11-16 09:15:52 -05:00
Davis King
3fa470e809
Added missing #include to example
2013-11-05 18:31:29 -05:00
Davis King
7eadede7ae
Clarified some things in the example and also added code showing how to use the
...
new bounds constrained solver.
2013-10-04 22:13:03 -04: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
c9339b7934
Fixed grammar and added minor clarifications
2013-10-01 23:05:46 -04:00
Davis King
cd431a5bb0
Added an example for the new HOG feature extractor.
...
--HG--
rename : examples/image_ex.cpp => examples/fhog_ex.cpp
2013-10-01 22:58:56 -04:00
Davis King
fdd035f451
Removed a bunch of checks that prevented users from using references to
...
functions with the optimization code and forced the use of function pointers.
This was to avoid triggering a bug in gcc 4.0. Since that compiler is no
longer officially supported by dlib I've removed these checks to increase
usability.
2013-09-21 14:37:54 -04:00
Davis King
47dbb7b8cd
removed unneeded #includes
2013-09-10 19:35:55 -04:00
Davis King
c72f709bbc
Fixed incorrect type used for iterator in example program.
2013-08-10 09:21:01 -04:00