Commit Graph

3925 Commits

Author SHA1 Message Date
Davis King
35a25775d1 Changed script so that only the .zip file for windows has the
compile python interface.
2013-06-07 19:54:06 -04:00
Davis King
e02d5ba0b6 Made makerel copy the compiled windows python modules into the release folder. 2013-06-07 19:34:15 -04:00
Davis King
802e5205e4 fixed bug 2013-06-06 20:40:57 -04:00
Davis King
c588d9409c improved example 2013-06-06 20:38:52 -04:00
Davis King
c1c6fb505a improved sequence segmentation examples 2013-06-06 20:27:29 -04:00
Davis King
51d291a8c3 clarified example program 2013-06-04 21:33:59 -04:00
Davis King
e2a9071bad refined the guide 2013-06-04 20:23:50 -04:00
Davis King
0474b31628 updated docs 2013-06-03 21:30:05 -04:00
Davis King
3330d34fd1 Added an example for the sequence_segmenter 2013-06-03 21:26:56 -04:00
Davis King
885a27c070 Made split() work on char* strings. 2013-06-03 21:20:26 -04:00
Davis King
e8276602c1 Removed non-standard header which wasn't compiling in visual studio 2005 2013-06-03 07:03:02 -04:00
Davis King
0244fcca84 minor change to avoid compiler error in visual studio. 2013-06-02 23:18:32 -04:00
Davis King
94cd335938 Added another small logo and set it as the og:image
for the web site.
2013-06-02 22:50:23 -04:00
Davis King
c17c1aafc5 Tweaked borders 2013-06-02 22:39:53 -04:00
Davis King
d0cdf86a25 Another minor improvement to start symbol 2013-06-02 22:34:49 -04:00
Davis King
dcc4cf08fe improved start symbol 2013-06-02 22:27:38 -04:00
Davis King
787e1145ed clarified guide 2013-06-02 19:49:21 -04:00
Davis King
a576b20f4b Added a flow chart diagram to help users pick which machine learning tool to
use.
2013-06-02 19:39:59 -04:00
Davis King
31eca31eca updated docs 2013-06-01 23:14:36 -04:00
Davis King
00380d4bd9 updated docs 2013-06-01 23:13:38 -04:00
Davis King
caf93adea1 fixed grammar 2013-06-01 19:29:40 -04:00
Davis King
dc24bef443 fixed some typos 2013-06-01 19:20:03 -04:00
Davis King
2c62dc1b9c updated docs 2013-06-01 19:17:35 -04:00
Davis King
94d3cf86d5 Added a one class classifier example program 2013-06-01 19:14:31 -04:00
Davis King
dca50d67d7 Changed the default behavior of heatmap() and jet() to use min(mat(img)) as the
lower bound instead of 0 for the case where you don't give any bounds at all.
2013-06-01 17:33:09 -04:00
Davis King
f2a11f0ecf Relaxed some unnecessarily restrictive requires clauses. 2013-06-01 17:25:02 -04:00
Davis King
da40c3ba37 cleaned up python interface a bit 2013-06-01 15:10:41 -04:00
Davis King
e1267e0e81 slightly improved example 2013-06-01 14:37:22 -04:00
Davis King
5e761ca739 clarified spec 2013-06-01 14:30:45 -04:00
Davis King
4fae5a5ade Clarified spec 2013-06-01 14:30:36 -04:00
Davis King
8c91f4dbdd Made add_python_module add the tools/python/src folder to the include search
path.
2013-06-01 14:24:22 -04:00
Davis King
b82b355e6a Added an openmode argument to the basic_utf8_ifstream. 2013-06-01 14:18:23 -04:00
Davis King
de6109a0cb Minor change to avoid a compiler error in gcc 4.7 2013-06-01 14:10:59 -04:00
Davis King
2a494a51c1 updated docs 2013-06-01 13:57:06 -04:00
Davis King
8aa26ff4b0 Added the og:image metadata tag to the web pages 2013-05-31 19:28:23 -04:00
Davis King
4618269718 Made dlib.range() iterable 2013-05-30 22:21:04 -04:00
Davis King
f47786c3f0 updated release notes 2013-05-30 18:29:00 -04:00
Davis King
d20b08a00c Added comments 2013-05-29 22:41:01 -04:00
Davis King
45da41c55f Fleshed out example program. 2013-05-27 23:23:06 -04:00
Davis King
cd25356e26 Fixed bug in makerel script related to the new python examples. 2013-05-27 13:59:40 -04:00
Davis King
0dd6aad116 Added license header 2013-05-26 20:45:16 -04:00
Davis King
b425666f14 Made the script runnable 2013-05-26 20:44:00 -04:00
Davis King
13933b5a25 Added python sequence segmenter example program links. 2013-05-26 20:33:42 -04:00
Davis King
b7e9326be1 Updated stylesheet to support listing of python example programs. 2013-05-26 20:33:22 -04:00
Davis King
1e7703d733 Added license file 2013-05-26 19:40:07 -04:00
Davis King
8a91f0dab7 Updated doc generation scripts to include the python files in the
python_examples folder.
2013-05-26 18:46:38 -04:00
Davis King
c9dce70c4d Made compile script go back to starting folder upon completion. 2013-05-26 16:00:01 -04:00
Davis King
1f14e8f590 updated ignore list 2013-05-26 15:58:41 -04:00
Davis King
985fb83e36 Made cmake copy the needed boost .dll files into the output directory when python
modules are built on windows.
2013-05-26 15:55:36 -04:00
Davis King
17813702c8 Disabled destruction of the global thread pool on program shutdown when using dlib
on MS Windows since this avoids a few program shutdown bugs when dlib us used as
part of a DLL.  For example, when creating python modules with threading the interpreter
sometimes hangs on program shutdown as a result of trying to destroy the global
thread pool.  Note that not destroying this resource on program shutdown is the
recommended approach according to Microsoft.
see http://blogs.msdn.com/b/oldnewthing/archive/2012/01/05/10253268.aspx
2013-05-26 15:54:31 -04:00