Davis King
723793ebf6
Made frobmetric_training_sample serializable.
2014-03-17 18:01:59 -04:00
Davis King
c5ff6a7461
Improved speed of reshape_to_column_vector()
2014-03-17 18:00:44 -04:00
Csaba Kertesz
31078adee9
Add maximal iterations option for relevance vector machine trainer
2014-03-16 12:19:19 +01:00
Davis King
48e025879c
Created release v18.7
2014-03-09 13:38:44 -04:00
Davis King
d512f5705a
Added tag v18.7 for changeset 5a3fb1f81041
2014-03-09 13:38:44 -04:00
Davis King
64a0d7a77d
changed python example so that running it without commands doesn't trigger a testing
...
failure in the makedocs script
2014-03-09 13:37:30 -04:00
Davis King
312157ab18
Added epsilon to the python object detection training API.
2014-03-09 12:10:15 -04:00
Davis King
4b6087f748
fixed typo
2014-03-08 21:28:01 -05:00
Davis King
ad9b2c327c
updated ignore file
2014-03-08 21:41:59 -05:00
Davis King
d33b4bc354
A minor change to avoid a warning from visual studio.
2014-03-08 21:41:21 -05:00
Davis King
fba8384454
Renamed a variable to avoid a name clash with a #define in Cygwin
2014-03-08 21:41:04 -05:00
Davis King
97c55972d7
Updated cmake file so the compiled python API file has the correct extension.
2014-03-08 21:40:20 -05:00
Davis King
27b479d79f
updated docs
2014-03-08 15:16:22 -05:00
Davis King
882b84c7b6
fixed typo in spec
2014-03-08 14:58:57 -05: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
e79a764834
removed cruft
2014-03-08 12:14:24 -05:00
Davis King
b48db9de66
grammar
2014-03-08 11:32:12 -05:00
Davis E. King
6b7d7bdf22
Added .o to .gitignore file
2014-02-18 09:35:08 -05:00
Davis E. King
0f476b0239
Added git ignore file
2014-02-07 14:43:31 -05:00
Davis King
87a9cbc5bd
merged
2014-02-03 19:09:10 -05:00
Davis King
517e64ee3d
updated repo level readme file
2014-01-28 21:09:07 -05:00
Davis King
2ba3c4d47c
fixed grammar
2014-01-13 16:11:11 -05:00
Davis King
4ea532d4f5
updated docs
2014-01-12 21:37:27 -05:00
Davis King
32fc922146
Clarified spec
2014-01-12 14:15:19 -05:00
Davis King
6700c46eb5
Added an overload of extract_fhog_features() that returns a single column
...
vector represented using a matrix.
2014-01-12 13:37:15 -05:00
Davis King
972e325350
Made dlib::array usable in C++11 range based for loops by adding
...
begin() and end() methods.
2014-01-12 13:20:35 -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
2cb5177f73
updated docs
2014-01-11 20:59:42 -05:00
Davis King
f309449432
updated release notes
2014-01-11 20:04:08 -05:00
Davis King
4ff173aad5
Made the box overlap testing stuff a little more robust to differences in floating
...
point behavior on different compilers. In particular, this change avoids having
false "impossible truth box" exceptions being thrown when the object detection
tools are used with the mingw gcc compiler.
2014-01-11 18:16:31 -05:00
Davis King
1b402f4f48
Fixed file load bug related to dealing with relative paths correctly. The bug
...
prevented the load_image_dataset() routine from working on Windows systems in some
cases.
2014-01-11 17:46:00 -05:00
Davis King
bd18d9da53
Changed cmake settings so it doesn't try to use the intel MKL when using mingw.
2014-01-11 17:14:15 -05:00
Davis King
2bf827d3d1
Another minor change to avoid warnings from visual studio
2014-01-11 16:42:50 -05:00
Davis King
784de3049a
updated ignore list
2014-01-11 15:59:28 -05:00
Davis King
25c2b939fc
Added a cast to avoid a warning from visual studio 2013
2014-01-11 15:58:24 -05:00
Davis King
8c7a4fa0f3
normalized line endings so visual studio won't complain.
2014-01-11 15:42:26 -05:00
Davis King
4f8a93975f
clarified example
2014-01-11 14:52:28 -05:00
Davis King
627a5c4ac1
The makedocs script will now add links between the example programs
...
when they reference each other.
2014-01-11 14:38:23 -05:00
Davis King
4099bc69b3
updated release notes
2014-01-11 13:36:52 -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
ef6a3a05a6
Added a readme file to imglab that gives a little introduction
2014-01-09 22:15:17 -05:00
Davis King
de066e5483
updated docs
2014-01-06 20:16:30 -05:00
Davis King
bc3321506e
Added a version of draw_rectangle() that can draw directly onto an array2d.
2014-01-06 20:12:05 -05:00
Davis King
f6c42f7dc8
Fixed a typo
2014-01-06 19:38:47 -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
6753460d05
Made the CMakeLists.txt file build dlib by compiling its individual .cpp files
...
instead of compiling the all/source.cpp file since this results in smaller
binaries in many cases and also sometimes improves compilation speed.
2014-01-05 18:58:29 -05:00