Commit Graph

297 Commits

Author SHA1 Message Date
Davis King
9f530e06f7 Removed unneeded #include 2013-03-17 14:00:50 -04:00
Steve Taylor
a75645b1af Added a numerical constants file numeric_constants.h. Expanded the
running_stats object in statistics.h by including two functions that
compute the unbiased empirical skewness and kurtosis of a set
of real numbers.  Added unit tests for these functions in statistics.cpp.
2013-03-17 13:32:30 -04:00
Davis King
a97a2c90f2 simplified SURF example program 2013-03-03 17:25:10 -05:00
Davis King
26639d629b minor change to avoid compiler warning 2013-03-03 16:33:35 -05:00
Davis King
94d1e7874f Changed code slightly to avoid a bug in gcc 4.1.2 2013-03-03 16:27:49 -05:00
Davis King
a3b6df3ef3 Added get_next_double_click() to the image_ex example. 2013-03-03 12:46:07 -05:00
Davis King
ce6bdde581 improved comments 2013-03-03 12:13:05 -05:00
Davis King
649ed2f160 updated example 2013-03-03 12:05:14 -05: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
67c7ebd5d6 Added initial version of parallel for loop example 2013-03-02 23:43:46 -05:00
Davis King
f52f4522b1 Added a comment. 2013-02-18 09:14:25 -05:00
Davis King
0a39006dea Simplified cmake scripts 2013-02-10 14:14:33 -05:00
Davis King
596201e72d clarified print statements 2013-01-26 16:44:46 -05:00
Davis King
cd8ba14ff0 Added an example showing how to use second derivative information
when using the optimization tools.
2013-01-26 16:37:38 -05:00
Davis King
03ec260cb3 reformatted comments. 2013-01-17 19:20:38 -05:00
Davis King
91e8594b23 made examples slightly clearer 2013-01-17 19:18:35 -05:00
Davis King
64a5789fdf simplified code 2013-01-08 20:54:35 -05:00
Davis King
d7df21a8e1 switched examples over to the new mat() method. 2012-12-23 09:25:22 -05:00
Davis King
afdb28f073 updated comment 2012-12-16 09:06:56 -05:00
Davis King
962ba9ae94 Added a discussion of the parser's set_group_name() method. 2012-12-12 21:01:05 -05:00
Davis King
34f28d4ad6 Minor cleanup 2012-12-12 19:58:18 -05:00
Davis King
d84b5d822e Added a comment telling the user that there are higher level threading
tools they would probably prefer to use.
2012-12-08 16:14:26 -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
bad30bcf86 Fixed grammar 2012-11-23 22:41:09 -05:00
Davis King
cc2de0e9c0 Improved the ranking example 2012-11-23 18:15:56 -05:00
Davis King
5e8da51849 Added initial version of svm rank example 2012-11-23 16:09:41 -05:00
Davis King
259a4542a8 Simplified example 2012-11-18 13:20:49 -05:00
Davis King
bfb25b68ec Simplified code 2012-11-18 13:01:08 -05:00
Davis King
e7baa76655 added a comment 2012-11-18 00:34:21 -05:00
Davis King
0b7e3020de Added the parse_xml() routines 2012-11-18 00:29:51 -05:00
Davis King
b3254eaf0c simplified code 2012-11-17 23:53:22 -05:00
Davis King
0eb9fb52f5 simplified example 2012-11-17 23:17:17 -05:00
Davis King
93a232d3e0 Fixed bugs in examples. 2012-11-17 14:55:49 -05:00
Davis King
37a8bfebc9 Added an example for the iosockstream and server_iostream objects. Also
reorganized the sockets example programs a little.

--HG--
rename : examples/sockstreambuf_ex.cpp => examples/server_iostream_ex.cpp
rename : examples/sockets_ex_2.cpp => examples/sockstreambuf_ex.cpp
2012-11-17 14:48:42 -05:00
Davis King
06501db2e8 simplified examples 2012-11-17 12:07:04 -05:00
Davis King
0f300f703b fixed grammar 2012-11-15 18:24:21 -05:00
Davis King
64539e6530 fixed grammar 2012-11-12 20:09:03 -05:00
Davis King
c495350d53 added comments to this example program 2012-11-12 19:26:28 -05:00
Davis King
e9e0b65d6f simplified example program 2012-11-12 16:07:13 -05:00
Davis King
f7165919bf Simplified example programs 2012-11-12 15:25:35 -05:00
Davis King
1493769dee removed cruft 2012-11-12 09:46:20 -05:00
Davis King
46cbfba856 Added a reference to a useful book 2012-11-08 20:46:35 -05:00
Davis King
943874c5a7 fixed spacing 2012-11-07 21:45:06 -05:00
Davis King
35d390282f Updated examples to use simpler syntax. 2012-11-07 21:41:50 -05:00
Davis King
444dd70d34 Removed try/catch block since it is now redundant 2012-11-07 18:11:28 -05:00
Davis King
4c3578dd7f updated http example 2012-11-06 22:36:24 -05:00
Davis King
655d3e1f74 updated example #include 2012-11-04 20:46:31 -05:00
Davis King
ac4598aeaa Made example show how to use connect_to() 2012-10-24 23:05:33 -04:00
Davis King
6bf4a648b0 Minor cleanup 2012-10-22 21:25:07 -04:00