mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
bebba4ca98
* 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>
21 lines
257 B
Plaintext
21 lines
257 B
Plaintext
**/.idea
|
|
*~
|
|
*.swp
|
|
*.o
|
|
*.so
|
|
*.pyc
|
|
build
|
|
build2
|
|
dist
|
|
*.egg-info/
|
|
docs/release/
|
|
docs/docs/web/
|
|
docs/docs/chm/
|
|
docs/docs/cache/
|
|
docs/docs/git-logs.xml
|
|
docs/docs/python/classes.txt
|
|
docs/docs/python/functions.txt
|
|
docs/docs/python/constants.txt
|
|
**/.vscode
|
|
**/venv
|