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 |
|
Davis King
|
fa58967115
|
Added another object detection example program
--HG--
rename : examples/object_detector_ex.cpp => examples/object_detector_ex_2.cpp
|
2012-03-21 21:07:05 -04:00 |
|
Davis King
|
62f4f823e0
|
Made this example use the verbose version of setup_grid_detection_templates().
|
2012-03-20 18:12:37 -04:00 |
|
Davis King
|
3432108e46
|
Added an example use of heatmap()
|
2012-03-18 16:38:11 -04:00 |
|
Davis King
|
ad1c665ab4
|
All I did in this commit was remove any of the ::kernel_1a, ::expand_1a,
qualifiers from any uses of dlib::array.
|
2012-03-10 14:51:55 -05:00 |
|
Davis King
|
f94eb9045f
|
Simplified code a little
|
2012-02-11 13:15:17 -05:00 |
|
Davis King
|
e7261af02a
|
updated examples to use get_option()
|
2012-02-03 00:07:08 -05:00 |
|
Davis King
|
dd2a646851
|
Made code more consistent.
|
2012-01-21 16:58:13 -05:00 |
|
Davis King
|
3a4f1c0e4d
|
Further simplified these examples.
|
2012-01-21 16:52:54 -05:00 |
|
Davis King
|
55c1d6cdef
|
Simplified these examples slightly.
|
2012-01-21 16:43:08 -05:00 |
|
Davis King
|
df415d7e1d
|
I changed the sequence labeling stuff to allow a user defined
sequence type. So these changes are basically just renaming some
template arguments and minor changes to some typedefs.
|
2012-01-21 11:51:22 -05:00 |
|
Davis King
|
6e06db71d1
|
Changed example so the cross validation comes out right.
|
2012-01-07 13:11:02 -05:00 |
|
Davis King
|
444f42ebcf
|
Clarified a comment.
|
2012-01-01 17:55:56 -05:00 |
|
Davis King
|
76277c881e
|
Clarified comment.
|
2011-12-27 10:27:59 -05:00 |
|
Davis King
|
8808006cf2
|
updated examples
|
2011-12-26 21:43:07 -05:00 |
|
Davis King
|
f1f9a018cf
|
Fixed some comments.
|
2011-12-11 23:36:15 -05:00 |
|
Davis King
|
3bcd9df592
|
made comment more clear
|
2011-12-11 17:29:47 -05:00 |
|
Davis King
|
8ce84862a9
|
Added an example program for the new assignment learning tools.
|
2011-12-11 17:15:18 -05:00 |
|
Davis King
|
d89d784a95
|
Just added a try/catch block around the whole program.
|
2011-12-10 11:41:43 -05:00 |
|
Davis King
|
ea26c37bad
|
Updated example to reflect relaxed feature extraction interface.
|
2011-12-07 23:12:40 -05:00 |
|
Davis King
|
b194c7b148
|
Cleaned up example slightly
|
2011-11-06 09:45:19 -05:00 |
|
Davis King
|
4e9dd6dda9
|
clarified a few comments
|
2011-11-04 18:26:34 -04:00 |
|
Davis King
|
f18acdf81c
|
Added a bunch of comments
|
2011-11-03 23:51:45 -04:00 |
|
Davis King
|
d933439a08
|
Simplified the sequence_labeler interface a bit.
|
2011-11-03 20:42:40 -04:00 |
|
Davis King
|
90c9d0be6e
|
cleaned this up a little
|
2011-11-03 19:17:53 -04:00 |
|
Davis King
|
29964d2858
|
improved example a little
|
2011-11-03 18:56:03 -04:00 |
|
Davis King
|
fdc8950707
|
Changed code a little to make the reject_labeling() routine optional.
Now if you don't define it you get a reasonable default behavior
rather than a compiler error.
|
2011-11-02 23:21:05 -04:00 |
|
Davis King
|
e6a01acf60
|
Added an initial version of an example program for the sequence_labeler.
--HG--
rename : examples/svm_ex.cpp => examples/sequence_labeler_ex.cpp
|
2011-11-02 22:40:18 -04:00 |
|
Davis King
|
afddb2d43b
|
fixing grammar.
|
2011-10-22 11:42:10 -04:00 |
|
Davis King
|
e8fbcc7e9c
|
fixed grammar
|
2011-10-22 11:26:35 -04:00 |
|
Davis King
|
27a6ad4560
|
Added a blur step to the edge finding example.
|
2011-09-24 18:40:06 -04:00 |
|
Davis King
|
428a36efdf
|
fixed grammar
|
2011-09-18 22:12:11 -04:00 |
|
Davis King
|
948340478e
|
minor fix
|
2011-09-17 16:30:38 -04:00 |
|
Davis King
|
ed7c344a53
|
Added some examples for the new object detection stuff.
|
2011-09-17 16:23:06 -04:00 |
|
Davis King
|
cafa17c836
|
Changed the test_regression_function() and cross_validate_regression_trainer()
routines so they return both the MSE and R-squared values rather than just the
MSE.
|
2011-09-10 21:24:08 -04:00 |
|
Davis King
|
5a5ec05153
|
Updated same so it compiles with the current version of the krr_trainer.
|
2011-09-02 18:08:38 -04:00 |
|
Davis King
|
8d6cec1d36
|
Updated examples to work with new ridge regression interface.
|
2011-08-24 21:36:50 -04:00 |
|
Davis King
|
60a1de67e1
|
Simplified the cmake files by putting the stuff to make Release
the default build into a single file.
|
2011-06-19 18:12:46 -04:00 |
|
Davis King
|
7638057b63
|
fixed grammar
|
2011-06-07 22:39:48 -04:00 |
|
Davis King
|
b6ae2a6d68
|
Improved the thread_pool example program.
|
2011-06-07 22:27:12 -04:00 |
|
Davis King
|
5826b562e2
|
Fixed grammar in comments.
|
2011-06-05 10:26:36 -04:00 |
|
Davis King
|
3bc36fe1a2
|
minor cleanup
|
2011-06-03 22:35:05 -04:00 |
|
Davis King
|
54fded51bf
|
Added an example showing how to create custom kernels.
--HG--
rename : examples/krr_classification_ex.cpp => examples/using_custom_kernels_ex.cpp
|
2011-06-03 22:15:14 -04:00 |
|
Davis King
|
05f299f5ea
|
Fixed grammar.
|
2011-05-28 20:02:04 -04:00 |
|
Davis King
|
eaa0b45c15
|
Cleaned up this example a little.
|
2011-05-28 11:18:17 -04:00 |
|
Davis King
|
5e384614be
|
Changed the array2d object so you don't have to say array2d<type>::kernel_1a
anymore to declare it. Now you just say array2d<type>.
|
2011-05-28 10:26:29 -04:00 |
|
Davis King
|
35a6408f8e
|
Simplified examples by using load_image() instead of load_bmp()
|
2011-05-28 09:52:27 -04:00 |
|
Davis King
|
cff821d8fe
|
Added example output
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404280
|
2011-05-14 18:17:49 +00:00 |
|
Davis King
|
05ed2b5ba6
|
Added an example program for the bridge object.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404278
|
2011-05-14 18:09:06 +00:00 |
|
Davis King
|
ab8bfefaa0
|
Renamed rand::float_1a to rand.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404251
|
2011-05-04 21:24:12 +00:00 |
|