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
Davis King
1fd8afd579
Changed code to avoid compiler warning in visual studio.
2013-05-26 15:02:29 -04:00
Davis King
5597d9cb20
Starting to flesh out the python interface documentation a little more.
2013-05-26 14:21:02 -04:00
Davis King
f02cf7ca64
Updated mercurial ignore list
2013-05-26 14:16:45 -04:00
Davis King
76e620287d
Just renamed a class
2013-05-26 13:51:57 -04:00
Davis King
1c269270a1
Added testing and cross validation routines for the python sequence segmenter interface.
2013-05-26 13:50:47 -04:00
Davis King
a4590776b8
Minor printing improvement
2013-05-24 23:30:21 -04:00
Davis King
67ae00b404
Added missing assert
2013-05-24 21:56:15 -04:00
Davis King
37d1774548
Added missing dlib namespace
2013-05-24 21:53:05 -04:00
Davis King
d93a02e803
Minor cleanup
2013-05-24 21:52:44 -04:00
Davis King
8b6cd0080c
updated docs
2013-05-24 21:46:20 -04:00
Davis King
7897b163e5
updated examples cmake file
2013-05-24 21:42:40 -04:00
Davis King
de48f60106
minor cleanup and formatting
2013-05-24 21:34:24 -04:00
Davis King
ad427072d5
merged
2013-05-24 21:16:50 -04:00
Steve Taylor
0694c00521
Adjusted accuracy on the fifth unit test.
2013-05-24 19:47:24 -04:00
Steve Taylor
be5c480bc8
Made changes to the tolerance stopping criteria in impl_adapt_simp_stop.
2013-05-24 19:33:22 -04:00
Steve Taylor
e032a77ed4
Renamed numerical integration header to dlib/numerical_integration.h. Changed relevant headers to include numerical_integration.h Fixed documentation in integrate_function_adapt_simpson_abstract.h
2013-05-24 01:02:20 -04:00
Davis King
66d5a906bb
Fully setup the functional python interface to the sequence segmenter tool.
...
Need to add documentation next.
2013-05-22 23:47:33 -04:00
Davis King
bb0f764ca8
Fixed serialization bug
2013-05-22 23:33:51 -04:00