Commit Graph

4682 Commits

Author SHA1 Message Date
Davis King
f00c7e0f42 Added max cost assignment example program 2014-12-07 12:11:13 -05:00
Davis King
ad19228c13 Merged and also clarified requires clauses. 2014-12-07 11:29:44 -05:00
Davis King
6720b7f511 updated docs 2014-12-07 11:16:35 -05:00
Davis King
aa0230ebfc Added some unit tests 2014-12-07 11:16:29 -05:00
Davis King
46072c8cea Added min_point() 2014-12-07 11:16:17 -05:00
Davis King
6ca45db06e Added max_point() 2014-12-07 11:00:11 -05:00
Davis King
4f2a07f5d3 Added pixel_traits definitions that allow you to copy images
into complex valued images using any dlib functions.
2014-12-07 10:57:12 -05:00
Davis King
cdbc1919d4 more cmake changes to avoid cmake warnings 2014-12-06 08:38:04 -05:00
Davis King
664ea355f4 Another minor cmake change to avoid warnings 2014-12-06 08:34:19 -05:00
Davis King
99dbd8c26e Minor changes to cmake scripts to avoid warnings in new version of cmake. 2014-12-06 08:30:36 -05:00
Davis King
aed1a3ee05 Fixed CSS to use class instead of id tags. 2014-12-06 08:29:11 -05:00
Davis King
4db5b0412a Made cmake better at finding OpenBLAS installs, in particular, it will
now find them if you install straight from the OpenBLAS source.
2014-12-06 08:27:12 -05:00
Davis King
a57935bea1 merged 2014-12-04 15:36:11 -05:00
nate.crosswhite@stresearch.com
89dac5890d Set correct include directory for fftw 2014-12-04 11:33:01 -05:00
Davis King
5206a61458 Made the compile time assert macros use static_assert if it's available. 2014-11-27 07:27:11 -05:00
Davis King
db3eaa728b Changed python cmake scrips to have an option to compile Python 3 libraries. 2014-11-26 16:28:52 -05:00
Davis King
56ccf786ca Changed python pickling code so it works with Python 3 2014-11-26 16:04:51 -05:00
Davis King
1f8686950c merged 2014-11-26 11:43:50 -05:00
Davis King
ae69a11ee3 Merged in code changes from MITIE project 2014-11-26 11:18:32 -05:00
Davis King
9bc90c511b Removed boost namespace to avoid name clashes with newer versions of boost. 2014-11-24 18:57:16 -05:00
haja
82aff7db0b interpolation.h: changed dlib::array<image_type> to image_array_type
--HG--
extra : rebase_source : 3875b192c4c15d82b8106a17020ed53ff922c8ef
2014-11-19 18:22:18 +01:00
Davis King
5cff6b95bc Made extract_image_chips() much faster when extracting an unscaled and
unrotated chip.  Also added another constructor to chip_details that takes just
a rectangle.
2014-11-16 11:28:56 -05:00
Davis King
ae826a408f Increased min required cmake version to avoid warnings
from OpenCV cmake scripts.
2014-11-15 12:10:31 -05:00
Davis King
545e42ab67 updated docs 2014-11-15 11:45:46 -05:00
Davis King
dac39d2b95 Added an example showing how to use OpenCV's frame grabber
for face pose estimation.
2014-11-15 11:39:26 -05:00
Davis King
cc70a8e0fb Merged in Patrick Snape's patch that allows the python bindings to
be built without GUI support.
2014-11-15 09:28:48 -05:00
Davis King
2a9c89232e Fixed a compile time error that prevented auto_threshold_image() from being
used.
2014-11-15 09:15:36 -05:00
Davis King
9b9afc017b Upgraded fft() and ifft() to support 2D matrices. 2014-11-09 19:00:42 -05:00
Davis King
e9ad33515f Fixed a compile time error that could happen when calling fft()
for certain input types.
2014-11-06 13:49:43 -05:00
Davis King
50388bb5b3 Fixed another forum link 2014-10-29 07:04:15 -04:00
Davis King
aa67b965df updated sourceforge links 2014-10-25 13:29:40 -04:00
Davis King
39e719a3df Created release v18.11 2014-10-14 05:12:28 -04:00
Davis King
759b74882f Added tag v18.11 for changeset dd8e950033d5 2014-10-14 05:12:28 -04:00
Davis King
05d7aa8893 cleaned up cmake code slightly 2014-10-14 05:10:50 -04:00
Davis King
5e9052d431 Slightly changed cmake file to make sure the python binding is always compiled
with -fPIC.
2014-10-14 05:08:50 -04:00
Davis King
ae48b2ebc6 Minor change to avoid a compiler error in gcc 4.1.2. 2014-05-24 02:06:27 -04:00
Davis King
2a8cb5b339 updated release notes 2014-10-13 16:06:03 -04:00
Davis King
fff5a3b76f Defined the jpeg quality measure. 2014-10-13 16:00:47 -04:00
Davis King
264c2b6d09 updated docs 2014-10-12 22:40:46 -04:00
Davis King
ad22944203 Added cast_to() to the type_safe_union. This allows you to get the contents
of a const type_safe_union.
2014-10-12 22:39:31 -04:00
Davis King
1ee8b5dc8c Renamed some variables to avoid clash with #defines in Visual Studio. 2014-10-12 15:55:33 -04:00
Davis King
e5aeac4b53 Merge 2014-10-12 15:09:22 -04:00
Davis King
98ee3bedba Made the OpenCV tools #include the right OpenCV headers so the user doesn't need to. 2014-10-12 15:08:58 -04:00
Davis King
bb352454f5 updated docs 2014-10-12 13:18:53 -04:00
Davis King
9c8fac911a Tried to clarify how to compile dlib with respect to visual studio and PNG and
JPEG support.
2014-10-12 11:49:32 -04:00
Davis King
bba2681bcf Added a thread safety note to the shape_predictor. 2014-10-12 11:24:46 -04:00
Davis King
2dddc92dc7 Made cmake's "can't find X11" error message on OS X provide a link
to download XQuartz.
2014-10-12 10:56:11 -04:00
Davis King
9cd5f3db5f Made the optimization functions throw an error when non-finite values
are supplied by the user.
2014-10-12 10:49:08 -04:00
Davis King
5b6e4dbe7c Fixed typo in spec 2014-10-11 10:54:01 -04:00
Davis King
bb0ec40e11 clarified spec 2014-10-10 20:15:26 -04:00