Commit Graph

3706 Commits

Author SHA1 Message Date
Steve Taylor
bf38cba574 Implemented a numerical quadrature method based on an adaptive
Simpson rule.  Added unit tests and supporting examples for this
function.
2013-05-19 20:52:19 -04:00
Steve Taylor
691e1ab17a Updated numeric_constants.h. Added a first version of
a numerical integration method to /examples/adapt_simp.cpp
2013-05-04 19:39:57 -04:00
Davis King
835e0bd888 Changed test_ranking_function() and cross_validate_ranking_trainer() slightly
to avoid a run time error in gcc 4.7.
2013-05-02 19:57:53 -04:00
Davis King
967cd8228b Fixed incorrect search paths on windows. 2013-04-29 18:57:37 -04:00
Davis King
0c3952d549 Minor changes to avoid compiler warnings from visual studio. 2013-04-28 17:56:33 -04:00
Davis King
758856dff9 Fixed cmake build problem on windows 2013-04-28 17:55:56 -04:00
Davis King
2c2f955647 Added cca() bindings 2013-04-28 15:46:55 -04:00
Davis King
8770498c4e Fixed typo in spec 2013-04-28 15:44:01 -04:00
Davis King
5e10ae6eee Added more sparse vector tools and fixed a bug. 2013-04-27 17:05:04 -04:00
Davis King
313bca15c9 Added linear SVM binding 2013-04-27 16:25:25 -04:00
Davis King
859ccf5e8b Added some cross validation wrappers. 2013-04-27 15:44:26 -04:00
Davis King
b8f2b5225c Added decision function testing wrappers. 2013-04-27 15:20:50 -04:00
Davis King
bca5cddf43 Added more refinements and also bindings for svm_rank_trainer. 2013-04-27 14:05:38 -04:00
Davis King
d7b8dfbc0c Fixed spelling error in filename.
--HG--
rename : tools/python/src/decision_funcions.cpp => tools/python/src/decision_functions.cpp
2013-04-27 12:29:52 -04:00
Davis King
6c313b8949 Just moving code around. 2013-04-27 12:28:46 -04:00
Davis King
e0c9bb6586 Added more python bindings 2013-04-27 12:23:23 -04:00
Davis King
affd197e3c Refined the python bindings more. Still lots to do though. 2013-04-27 09:57:24 -04:00
Davis King
1a64bcc39a Added initial python bindings for dlib 2013-04-27 08:35:04 -04:00
Davis King
860314ec5c Added cmake script to simplify making python modules 2013-04-27 08:34:47 -04:00
Davis King
ec10281204 Improved how we try to link against the Intel MKL. In particular, this change
avoids a runtime linking error bug in the MKL that happens when you make
a shared library and try to use it from python.
2013-04-26 23:59:56 -04:00
Davis King
ca51c77449 updated docs 2013-04-23 22:36:28 -04:00
Davis King
70e9095523 Added the jet color scheme. 2013-04-23 22:23:31 -04:00
Davis King
1a725ee453 Created release v18.2 2013-04-23 19:07:38 -04:00
Davis King
0daa8639dc Added tag v18.2 for changeset 5de237bc41c1 2013-04-23 19:07:37 -04:00
Davis King
ecf0685083 updated release notes 2013-04-22 23:16:35 -04:00
Davis King
fe93c5fac5 Changed code to avoid HSI/RGB conversions entirely. 2013-04-21 21:06:05 -04:00
Davis King
9be093a67b merged 2013-04-21 20:51:52 -04:00
Davis King
c414fe44ff Changed tests slightly to make it more robust to rounding error in the HSI/RGB
transform.
2013-04-21 20:51:39 -04:00
Davis King
ff378a697c made test a little more robust 2013-03-03 19:49:51 -05:00
Davis King
205070e463 Fixed a bug I introduced a few minutes ago. 2013-03-01 03:00:05 -05:00
Davis King
4e8bcd2526 Fixing yet more compiler warnings on older versions of gcc 2013-03-01 02:29:54 -05:00
Davis King
2021d6ed24 Another cast to avoid a compiler warning 2013-03-01 02:21:49 -05:00
Davis King
7bc2c97c81 Added a cast to avoid a compiler warning 2013-03-01 01:45:06 -05:00
Davis King
79e650804a Clarified spec 2013-04-21 11:33:52 -04:00
Davis King
84b912dddf Removed cruft 2013-04-21 10:01:48 -04:00
Davis King
8b1ec0ac90 Permanently enabled the asserts in the object detector test functions
since it's easy to mix up the adjust threshold and epsilon arguments
and these checks will usually catch that.  The checks are also very
low cost.
2013-04-21 09:56:45 -04:00
Davis King
6758a89bd7 updated docs 2013-04-20 22:06:00 -04:00
Davis King
17ebc2e2fa clarified spec 2013-04-20 22:03:25 -04:00
Davis King
26dab7330a Added create_max_margin_projection_hash() 2013-04-20 21:55:45 -04:00
Davis King
f320932ef0 Fixed another minor visual studio compiler error. 2013-04-20 14:35:58 -04:00
Davis King
5c9307ea20 Minor change to avoid a compiler error in visual studio. 2013-04-20 14:27:40 -04:00
Davis King
5d734cb194 updated docs 2013-04-20 14:19:23 -04:00
Davis King
15b58b2200 Added float_details documentation 2013-04-20 14:17:18 -04:00
Davis King
0d6c757bb6 Added more comments 2013-04-20 14:13:42 -04:00
Davis King
c26367a894 Added image_window::get_next_keypress() 2013-04-20 13:45:20 -04:00
Davis King
9dfcd9a5e6 updated docs 2013-04-20 13:10:03 -04:00
Davis King
c41beda6e7 clarified spec 2013-04-20 13:08:34 -04:00
Davis King
5dda15b9c4 Updated CMakeLists.txt so it tries to link with fftw if it is installed. 2013-04-20 13:01:03 -04:00
Davis King
e9a66e030b Added fft() and ifft() 2013-04-20 12:57:24 -04:00
Davis King
cd5147b200 Made both versions of load_image_dataset() support the skip_empty_images option 2013-04-13 21:18:21 -04:00