- 05 Dec, 2018 1 commit
-
-
Miks Miķelsons authored
-
- 25 Nov, 2018 2 commits
-
-
Nishant Charas authored
-
Facundo Galán authored
* Add DLIB_USE_MKL_WITH_TBB opcion to CMake for Windows. * Add to CMake MKL with TBB support for Linux * Remove unnecessary tbb includes from CMake. * Add back white spaces.
-
- 21 Nov, 2018 1 commit
-
-
Davis King authored
-
- 20 Nov, 2018 1 commit
-
-
Facundo Galán authored
-
- 14 Nov, 2018 1 commit
-
-
Davis E. King authored
-
- 13 Nov, 2018 1 commit
-
-
Facundo Galán authored
-
- 12 Nov, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
copies of libpng or libjpeg, instead, use the copies what come with dlib. We are doing this because too many Visual Studio users have busted copies of these libraries on their machines. This will make things just always work.
-
- 11 Nov, 2018 2 commits
-
-
Juha Reunanen authored
* Problem: see #1513 (https://github.com/davisking/dlib/issues/1513) Candidate solution: busy-loop until cudaStreamQuery returns cudaSuccess * Make the suggested fix a Windows-only thing
-
Lukas-Buricin authored
* Fix for "warning C4724: potential mod by 0" in matrix.h * Fixed random_forest_regression.h warnings
-
- 09 Nov, 2018 1 commit
-
-
Davis E. King authored
-
- 05 Nov, 2018 1 commit
-
-
Matthias Stauber authored
* Added weighted labels to loss_binary_log * Added weighted labels to loss_binary_log * Clarified docs. * clarified docs
-
- 26 Oct, 2018 1 commit
-
-
Davis King authored
-
- 23 Oct, 2018 1 commit
-
-
Davis King authored
-
- 29 Sep, 2018 6 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
samuarl authored
* added scale_image python binding which returns an image resized by the provided scale factor * added scale_rect for rectangle and drectangle. returns a rectangle scaled by the provided scaling factor * - do not cast scale_rect coordinates to long for drectangle - document scale_rect for drectangle and rectangle in _abstract.h - change python binding scale_image to resize_image - update documentation for resize_image to describe behaviour
-
- 24 Sep, 2018 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 13 Sep, 2018 1 commit
-
-
NiklasRosenstein authored
Add the __virtual_inheritance keyword to dummy struct when compiling with MSVC.
-
- 10 Sep, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 07 Sep, 2018 1 commit
-
-
Davis King authored
-
- 03 Sep, 2018 1 commit
-
-
Davis King authored
-
- 30 Aug, 2018 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 27 Aug, 2018 1 commit
-
-
Davis King authored
-
- 23 Aug, 2018 3 commits
-
-
Davis King authored
the asserts that DLIB_USE_CUDA must be defined. This only matters for users who try to install dlib and use some build system that doesn't define DLIB_USE_CUDA, and so therefore need dlib/config.h to define it for them.
-
Sacha authored
With C++17 enabled on VS15.6+, this triggered a nodiscard warning which led to failed builds when warnings as errors is enabled.
-
Davis King authored
have_same_dimensions() to be uncallable for images, so that's fixed now too.
-
- 21 Aug, 2018 1 commit
-
-
Davis King authored
particular, it wasn't being used in some parts of the Python API. So this change makes the HOG detector run like 10% faster for instance.
-
- 08 Aug, 2018 1 commit
-
-
Davis King authored
-
- 02 Aug, 2018 1 commit
-
-
Davis King authored
-