Commit Graph

3967 Commits

Author SHA1 Message Date
Davis King
78050870ca updated docs 2013-08-23 09:53:38 -04:00
Davis King
cab12bb195 Added add_image_left_right_flips() 2013-08-23 09:36:28 -04:00
Davis King
dc907c334c updated docs 2013-08-23 07:16:31 -04:00
Davis King
138be05dda Added split_array() 2013-08-23 07:11:09 -04:00
Davis King
98d7a8bf06 Changed python cmake file to work with older versions of boost. 2013-08-20 19:57:12 -04:00
Davis King
95324c12fa Minor code cleanup 2013-08-18 16:36:38 -04:00
Davis King
2f6419cd59 Added remove_unobtainable_rectangles() for the scan_image_custom scanner. 2013-08-18 15:37:05 -04:00
Davis King
7da29fb98b updated docs 2013-08-17 22:17:15 -04:00
Davis King
09b4ec67eb Added scan_image_custom 2013-08-17 22:02:13 -04:00
Davis King
cf7e70769a clarified specs 2013-08-17 22:00:42 -04:00
Davis King
a63e76d718 Fixed typos in some error message strings. 2013-08-17 19:31:22 -04:00
Davis King
ff8191f38e Slightly relaxed the tolerance on the test that the user supplied
feature extraction is correctly programmed to avoid false alarms.
2013-08-17 17:09:41 -04:00
Davis King
013eb467d1 Changed macro so it can be placed inside a class as well as at global scope
and in headers.
2013-08-17 16:42:53 -04:00
Davis King
c1545996b3 updated docs 2013-08-17 16:30:39 -04:00
Davis King
8b65624019 Added the DLIB_MAKE_HAS_MEMBER_FUNCTION_TEST() macro and switched some
code over to use it.
2013-08-17 16:26:22 -04:00
Davis King
08f716538f Made it so that the python example programs are run, just to make sure they
work, before the makerel script is allowed to complete.
2013-08-17 10:35:35 -04:00
Davis King
3d728cc95b merged 2013-08-17 09:45:43 -04:00
Davis King
ee07bbe00b removed cruft 2013-08-17 09:45:16 -04:00
Davis King
b56667d3c3 updated docs 2013-08-14 21:27:43 -04:00
Davis King
e16a3a3f0a improved makedocs script 2013-08-14 21:23:16 -04:00
Davis King
6a5a3431e6 merged 2013-08-14 21:06:20 -04:00
Davis King
9d6386ad99 Fixed a bug in the sequence_segmenter which could cause it to output detected
sequences that go slightly beyond the end of the input sequence.
2013-08-14 21:05:29 -04:00
Davis King
3bcfddc004 Created release v18.4 2013-08-11 21:49:30 -04:00
Davis King
e183a6a127 Added tag v18.4 for changeset 78be73b57b82 2013-08-11 21:49:30 -04:00
Davis King
0a5d62d85c Made makedocs recompile the python interface so sphinx can always use the current stuff. 2013-08-11 21:48:18 -04:00
Davis King
9e41955cf5 Minor change to avoid doing unnecessary computations in certain cases. 2013-08-11 13:21:12 -04:00
Davis King
d9f38e986a Minor changes to avoid warnings in visual studio 2005 2013-08-10 09:21:42 -04:00
Davis King
c72f709bbc Fixed incorrect type used for iterator in example program. 2013-08-10 09:21:01 -04:00
Davis King
2a56ca8d33 updated release notes 2013-08-09 12:51:05 -04:00
Davis King
0d110bc40e updated docs 2013-08-09 12:48:13 -04:00
Davis King
299b0051d6 cleaned up main page a little 2013-08-09 12:43:34 -04:00
Davis King
a09a8f6a95 Added more python doc strings 2013-08-09 11:56:06 -04:00
Davis King
9df0677555 updated docs 2013-08-09 11:40:04 -04:00
Davis King
3bfece9aec Added a max_cost_assignment python example 2013-08-09 11:36:34 -04:00
Davis King
c9bdb9b2da Added python bindings for the max_cost_assignment() and assignment_cost() routines. 2013-08-09 11:23:38 -04:00
Davis King
b68e5a37fb Added functions for easily converting between python list objects and std::vector. 2013-08-09 11:23:05 -04:00
Davis King
7640decee9 clarified spec 2013-08-09 11:22:03 -04:00
Davis King
a9fd939c82 Added another matrix constructor. Now we can construct from python lists. 2013-08-09 11:00:40 -04:00
Davis King
bbf9863b57 Made the unit tests also compile all the example programs 2013-08-08 19:42:37 -04:00
Davis King
ab97c454e3 updated docs 2013-08-08 19:38:43 -04:00
Davis King
5be1478295 Clarified comments 2013-08-08 19:37:39 -04:00
Davis King
c87571ce4e clarified example 2013-08-08 19:37:29 -04:00
Davis King
e20a2190e2 Added structural svm solver example program 2013-08-08 19:07:50 -04:00
Davis King
cf8774b3c3 Fixed grammar in comment 2013-08-08 18:13:22 -04:00
Davis King
1dd9888bae Added more comments about sparse vectors to the python examples 2013-08-08 11:40:03 -04:00
Davis King
0660dc02e5 Made python svm struct interface work with sparse vectors 2013-08-08 11:38:12 -04:00
Davis King
8c111ee73a Improved sparse vector python docs 2013-08-08 11:37:55 -04:00
Davis King
bc9bf3609a Add checks into the vector_normalizer and vector_normalizer_pca objects
to detect users giving infinite and NaN values as inputs.
2013-08-08 10:31:32 -04:00
Davis King
ec4865ed60 Added some asserts into the optimization code to detect when the user
accidentally creates objective functions which output infinite or NaN values.
2013-08-08 10:20:38 -04:00
Davis King
625488ee34 updated docs 2013-08-08 10:09:35 -04:00