Davis King
f63720201f
fixed typo in spec
2016-03-18 12:12:02 -04:00
Davis King
854d0da8a7
Improved html font sizes and made things look slightly nicer.
2016-03-15 22:20:22 -04:00
Davis King
7f611ea765
fixed typo in spec
2016-03-12 10:24:01 -05:00
Davis King
d8d31375e8
merged
2016-03-08 22:46:09 -05:00
Davis E. King
11ab923783
Merge pull request #86 from ChrisPaprocki/dev
...
Fixed a minor typo in the spec.
2016-03-08 15:12:54 -05:00
Chris Paprocki
8d401da7b3
Fixed a minor typo in the spec.
2016-03-08 19:42:26 +01:00
Davis King
6e6f37e512
Fixed some warnings and made the unit tests more robust.
2016-03-07 07:05:25 -05:00
Davis King
0af762c5e8
updated docs
2016-03-05 10:46:15 -05:00
Davis King
9e9fc74092
Added solve_qp_box_constrained()
2016-03-05 10:40:23 -05:00
Davis King
2967a94d48
merged
2016-02-29 21:13:40 -05:00
Davis King
5da316ffbe
merged
2016-02-29 21:13:21 -05:00
Davis E. King
2ee6a87d1b
Merge pull request #83 from nocnokneo/support-cross-compiled-externalproject
...
Support use of dlib a cross-compiled ExternalProject
2016-02-29 21:12:07 -05:00
Davis King
627b20e6bd
Minor change to avoid a compiler warning.
2016-02-29 08:34:58 -05:00
Davis King
575341305c
Added new FAQ
2016-02-28 11:37:12 -05:00
Davis King
564d5b76b1
fixed xml errors
2016-02-28 11:37:01 -05:00
Davis King
d4f6e5f1bf
Fixed missing initializers.
2016-02-28 07:31:08 -05:00
Davis King
33c8d0c2d4
Added pose and detection scores to the box object.
2016-02-27 19:48:20 -05:00
Davis King
2b2c6f01e9
Made the rectangle have an operator< rather than overloading std::less since
...
the former works with a wider range of tools in the STL.
2016-02-27 19:47:56 -05:00
Taylor Braun-Jones
378431eeea
Support building dlib from a top-level CMakeLists file
...
This follows convention which simplifies using dlib as a CMake
ExternalProject.
2016-02-26 08:53:49 -05:00
Taylor Braun-Jones
2a3cf8732b
Use FindThreads module to properly find pthreads for cross-builds
2016-02-26 08:53:40 -05:00
Davis King
210bb301fd
updated docs
2016-02-22 17:12:54 -05:00
Davis King
4e6115897e
Fixed typo in spec
2016-02-22 17:12:48 -05:00
Davis King
de39ebdf5b
Added the option to use the elastic net regularizer to the OCA solver.
2016-02-22 17:08:54 -05:00
Davis King
2889e520ae
Changed cmake script to not try and link to gfortran when using openblas
...
since sometimes gfortran isn't available and openblas should already be linked
to gfortran if it was needed.
2016-02-21 11:12:42 -05:00
Davis King
8dd52dd191
Minor changes to avoid compiler warnings in newer versions of GCC.
2016-02-21 10:17:39 -05:00
Davis King
3e9b7ebb6b
Made it so you can get the optimal alpha values.
2016-02-18 10:21:50 -05:00
Davis King
ce517cfa29
Fixed initialization bug in the new SVM L2 mode.
2016-02-18 10:11:57 -05:00
Davis King
4203da2b16
Added an option to solve the L2-loss version of the SVM objective function.
2016-02-17 10:37:19 -05:00
Davis E. King
1af517bcf0
Merge pull request #78 from ernestotapiar/issue_orthogonalize
...
orthogonalize does not work with fixed-sized matrices
2016-02-12 15:40:50 -05:00
Ernesto Tapia
e553b0fc62
Test orthogonalize.
2016-02-12 16:59:07 +01:00
Ernesto Tapia
eba14d944e
Using general matrix type in the argument of qr_decomposition::get_q
2016-02-12 14:51:03 +01:00
Davis E. King
4bcecf2540
Merge pull request #77 from jimreesman/master
...
detect OS X, and query sysconfig for libdir
2016-02-11 15:50:42 -05:00
jimreesman
0b3cc3c4a1
add import of get_config_var
2016-02-11 11:32:47 -05:00
jimreesman
6411b5f65d
detect OS X, and query sysconfig for libdir
2016-02-11 10:17:13 -05:00
Davis King
c9090bfdfb
updated docs
2016-02-06 19:05:25 -05:00
Davis King
2b7b4649e2
Added probability_gradient_greater_than() and probability_gradient_less_than()
...
global functions.
2016-02-06 18:59:12 -05:00
Davis King
16d4d5d8bd
Added serialization support for std::deque.
2016-02-06 18:53:10 -05:00
Davis King
a3dad7aca6
fixed compiler warnings in old gcc
2016-02-05 15:40:52 -05:00
Davis King
6b064d3584
Made the python __version__ field come from the DLIB_VERSION macro set by
...
CMake.
2016-02-03 08:32:59 -05:00
Davis King
fcf80e1dd0
merged
2016-02-03 08:24:37 -05:00
Davis King
96e9129105
Made the python build get a DLIB_VERSION macro defined. Also cleaned up cmake
...
a little bit.
2016-02-03 08:24:11 -05:00
Davis E. King
66d11e8910
Merge pull request #73 from patricksnape/drectangle_equality
...
Drectangle equality
2016-02-03 08:22:40 -05:00
Patrick Snape
86e93291a0
Add __version__ to dlib module
...
Only issue is that the strong is hardcoded - otherwise
this is actually technically required by PEP 396
2016-02-03 10:59:04 +00:00
Patrick Snape
d7cac78757
Allow serilization and printing of shape_predictor_training_options
...
Add a simple print and serialization scheme for
shape_predictor_training_options. This enables you to serialize
your training options.
2016-02-03 10:58:21 +00:00
Patrick Snape
ad882c4a31
Propagate equality operators through to Python
...
Easy change to allow comparisons on the Python side for
both rectangle and drectangle
2016-02-03 10:57:39 +00:00
Patrick Snape
ca568f54da
Add equality to drectangle
...
This is in the main dlib source code (rather than specifically
Python). Equality operators were missing for drectangles and
so were copied from rectangle.
2016-02-03 10:56:59 +00:00
Davis King
b6b62fa2b1
Made cmake avoid using the Intel MKL when building mex files since it will
...
often create a conflict with MATLAB's copy of the MKL.
2016-01-29 15:22:41 -05:00
Davis King
c029600a26
Added more Intel MKL search paths
2016-01-29 10:44:14 -05:00
Davis King
060cdd092f
Added struct support to matlab to C++ API
2016-01-28 10:38:58 -05:00
Davis King
27274c17d9
updated docs
2016-01-23 19:46:31 -05:00