Commit Graph

14 Commits

Author SHA1 Message Date
Rover van der Noort
bebba4ca98
Add minimal pyproject.toml (#2804)
* Add minimal pyproject.toml

* Update README for Python compile and install

* Remove duplicate meta

* Fix pixel saturation in interpolate_quadratic (#2806)

* Fix pixel saturation in interpolate_quadratic

* Use pixel_type_t alias

* cleanup

---------

Co-authored-by: Adrià Arrufat <1671644+arrufat@users.noreply.github.com>
Co-authored-by: Davis King <davis@dlib.net>
2023-06-03 16:12:44 -04:00
Davis King
71d95d76d9 more tweaks cleanup and fixes for ci builds 2022-07-12 20:40:11 -04:00
Juha Reunanen
df8b1380ab
Add GitHub Actions badges (#2571) 2022-04-20 08:00:00 -04:00
Davis E. King
7b7de0f643
Oops, use correct URI for travis 2021-09-23 19:46:21 -04:00
Davis E. King
505e6ed5f0
update travis uri 2021-09-23 19:45:00 -04:00
Davis King
f5c828291d Added note about vcpk availability 2020-01-30 19:36:49 -05:00
Davis King
ec83abf619 Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
interface since AVX availability is now detected automatically by cmake.
2018-05-22 07:01:09 -04:00
Davis King
e975eeed1e Removed note about needing boost-python since it's not needed anymore. 2018-01-16 07:24:16 -05:00
Davis King
a1ee6c429e Updated notes about compiling with visual studio 2017-12-16 23:41:21 -05:00
Davis E. King
5641485955 Made it more obvious that users should read the examples/CMakeLists.txt file. 2017-03-24 09:28:35 -04:00
Davis E. King
7fa1452645 Add note about needing boost-python 2017-02-18 17:21:46 -05:00
Stefan Schweter
a805051008 Update Travis CI status badge in README.md (#311) 2016-11-02 19:05:36 -04:00
Evgeniy Fominov
97e3e420c8 Update Readme.md - travis badge (#297)
Added Travis badge  ![badge](https://travis-ci.org/davisking/dlib.svg?branch=master)
2016-10-15 16:26:55 -04:00
Vittorio Romeo
895ab3a9bd Rewrite README in Markdown (#277)
* Use *sections* to make the README more structured and easier to read.
* Use *code blocks* for scripts.
* Use *links* for the homepage and for the LICENSE file.
2016-10-08 12:58:59 -04:00