Commit Graph

3847 Commits

Author SHA1 Message Date
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
Davis King 8bde794c64 fixed linker error 2013-04-13 18:48:52 -04:00
Davis King d0e9239c02 updated docs 2013-04-13 18:24:53 -04:00
Davis King ec8d586d1a minor cleanup 2013-04-13 18:22:49 -04:00
Davis King ea7ece206e fixed grammar 2013-04-13 18:21:17 -04:00
Davis King 1f4997f5d3 Added remove_unobtainable_rectangles() 2013-04-13 18:15:46 -04:00
Davis King d0da1ada22 Made the serialization formats for scan_image_boxes and scan_image_pyramid
include some extra data to validate the state of the object.
2013-04-13 12:53:11 -04:00
Davis King 3711b2784a Added unit tests for scan_image_boxes 2013-04-13 12:52:45 -04:00
Davis King 18c305fc0f Changed the serialization formats for the matrix and array2d objects so that
they are compatible.  This was done in a way that is backwards compatible with
previous versions of dlib.  That is, we can still load data serialized by
previous dlib versions.  However, older versions of dlib can't load the new
serialization format.
2013-04-12 21:47:57 -04:00
Davis King adf0bc4f0a clarified examples 2013-04-12 20:52:05 -04:00