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 |
|
Davis King
|
60e966df23
|
Fixed some #include problems so the library can be compiled by compiling its
individual .cpp files instead of the single large all/source.cpp file.
|
2014-01-05 18:45:08 -05:00 |
|
Davis King
|
9f70a4d386
|
Made test a little more robust
|
2014-01-05 17:57:39 -05:00 |
|
Davis King
|
4d5249df24
|
Made the stopping condition for the structural svm solver a little more robust.
|
2014-01-05 17:11:56 -05:00 |
|
Davis King
|
20dde81bd1
|
Added comments to this example program
|
2014-01-05 13:53:21 -05:00 |
|
Davis King
|
eb39b3b965
|
Made the SIMD options work with the Intel compiler
|
2014-01-05 13:38:59 -05:00 |
|
Davis King
|
bd9df209a4
|
updated release notes
|
2014-01-05 10:50:54 -05:00 |
|
Davis King
|
99843bda12
|
Fixed spelling error
|
2014-01-05 10:48:19 -05:00 |
|
Davis King
|
a874a0ab8f
|
Fixed a bug in the bigint object that caused division to sometimes produce
incorrect results.
|
2014-01-04 18:13:47 -05:00 |
|
Davis King
|
f0d01c441e
|
suppressed more bogus warnings from gcc 4.8
|
2014-01-04 10:08:09 -05:00 |
|
Davis King
|
6dcaaab661
|
When using visual studio, made cmake only show the supported SSE options.
|
2014-01-02 21:14:48 -05:00 |
|
Davis King
|
6a037bc1c1
|
updated docs
|
2014-01-02 21:02:08 -05:00 |
|
Davis King
|
417c5578e1
|
Added face detection example program
|
2014-01-02 20:53:28 -05:00 |
|
Davis King
|
47ec9a6634
|
Suppressed some spurious warnings from gcc 4.8
|
2014-01-02 19:57:59 -05:00 |
|
Davis King
|
101e316fd1
|
Added comments about the source of the face images
|
2014-01-02 18:49:05 -05:00 |
|
Davis King
|
72f84ca104
|
Improved the automatic selction of different SIMD instructions sets in visual studio.
|
2014-01-02 20:46:46 -05:00 |
|
Davis King
|
32b0fc913f
|
Added casts to avoid compiler warnings in visual studio 2013
|
2014-01-02 18:40:19 -05:00 |
|
Davis King
|
5f7b18490c
|
Made the cmake option for using SSE4 work with visual studio.
|
2014-01-02 12:28:45 -05:00 |
|
Davis King
|
d4cd8779ee
|
Made the default cmake settings enable SSE2 instructions when using Visual Studio.
|
2014-01-02 12:10:00 -05:00 |
|
Davis King
|
5481a8073d
|
Added cmake options to easily turn SSE/AVX instructions on/off
|
2014-01-02 12:01:03 -05:00 |
|
Davis King
|
103b464923
|
Relaxed tests slightly to avoid false alarms.
|
2013-04-22 03:47:10 -04:00 |
|
Davis King
|
688471ffe7
|
fixed grammar
|
2014-01-02 09:41:53 -05:00 |
|
Davis King
|
dee365eace
|
A minor change to avoid compiler warnings from gcc 4.1. It also makes the code
slightly faster.
|
2014-01-02 09:32:39 -05:00 |
|
Davis King
|
5e1412547e
|
merged
|
2014-01-02 09:22:44 -05:00 |
|
Davis King
|
f56043b79a
|
Changed SIMD #includes so they work on older versions of gcc
|
2014-01-02 09:22:10 -05:00 |
|
Davis King
|
c23ee947a2
|
updated docs
|
2014-01-01 23:00:20 -05:00 |
|
Davis King
|
c7c6da6f91
|
updated specs
|
2014-01-01 22:58:02 -05:00 |
|
Davis King
|
277c112abc
|
updated docs
|
2014-01-01 19:48:48 -05:00 |
|
Davis King
|
43ce7908b9
|
Added skeleton of fhog object detection example.
|
2014-01-01 19:12:06 -05:00 |
|
Davis King
|
f3dc3c0e9e
|
Changed the default stopping epsilon from 0.3 to 0.1.
|
2014-01-01 15:45:34 -05:00 |
|
Davis King
|
58f0591835
|
Made the image_dataset_metadata::box constructable from a rectangle.
|
2014-01-01 15:03:53 -05:00 |
|
Davis King
|
8c41c85092
|
Made many of the mat() converters bind the resulting matrix expressions into
the BLAS bindings.
|
2014-01-01 14:14:53 -05:00 |
|
Davis King
|
b5038f7803
|
Fixed compiler error due to missing )
|
2014-01-01 13:59:58 -05:00 |
|
Davis King
|
14334b2791
|
A minor change to avoid compiler errors when serializing mlp objects.
|
2014-01-01 12:11:43 -05:00 |
|
Davis King
|
339c3040c5
|
Made directory and file printable with operator <<
|
2013-12-27 17:29:40 -05:00 |
|
Davis King
|
24fda7ccf8
|
updated docs
|
2013-12-27 16:39:20 -05:00 |
|
Davis King
|
566e9535f1
|
Added an angle field to image_dataset_metadata
|
2013-12-27 14:05:39 -05:00 |
|
Davis King
|
b3e2d76617
|
updated docs
|
2013-12-27 13:55:07 -05:00 |
|
Davis King
|
6e9de0db72
|
Added extract_image_chips()
|
2013-12-27 13:50:22 -05:00 |
|
Davis King
|
03449af332
|
Minor changes to avoid compiler warnings from gcc in some cases
|
2013-12-27 11:59:12 -05:00 |
|
Davis King
|
5874a2d46f
|
Added std:: qualifiers to avoid compiler errors in some situations
|
2013-12-27 11:58:48 -05:00 |
|