# DlibDotNet
**Repository Path**: chatop/DlibDotNet
## Basic Information
- **Project Name**: DlibDotNet
- **Description**: Dlib .NET wrapper written in C++ and C# for Windows, MacOS and Linux
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-09-15
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#  Dlib.Net []()
Dlib wrapper written in C++ and C# for Windows, MacOS and Linux
|Package|OS|x86|x64|ARM|ARM64|Nuget|
|---|---|---|---|---|---|---|
|DlibDotNet (CPU)|Windows|✓|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet)|
||Linux|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet)|
||OSX|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet)|
|DlibDotNet for CUDA 9.2|Windows|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA92)|
||Linux|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA92)|
||OSX|-|-|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA92)|
|DlibDotNet for CUDA 10.0|Windows|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA100)|
||Linux|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA100)|
||OSX|-|-|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA100)|
|DlibDotNet for CUDA 10.1|Windows|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA101)|
||Linux|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA101)|
||OSX|-|-|-|-|[](https://www.nuget.org/packages/DlibDotNet.CUDA101)|
|DlibDotNet for Intel MKL|Windows|✓|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.MKL)|
||Linux|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.MKL)|
||OSX|-|✓|-|-|[](https://www.nuget.org/packages/DlibDotNet.MKL)|
|DlibDotNet for UWP|Windows|✓|✓|✓|✓|[](https://www.nuget.org/packages/DlibDotNet.UWP)|
||Linux|-|-|-|-|[](https://www.nuget.org/packages/DlibDotNet.UWP)|
||OSX|-|-|-|-|[](https://www.nuget.org/packages/DlibDotNet.UWP)|
|DlibDotNet for ARM|Windows|-|-|-|-|[](https://www.nuget.org/packages/DlibDotNet-ARM)|
||Linux|-|-|-|-|[](https://www.nuget.org/packages/DlibDotNet-ARM)|
||OSX|-|-|-|-|[](https://www.nuget.org/packages/DlibDotNet-ARM)|
##### :warning: DlibDotNet for ARM is not tested yet
## Demo
### Linux
### MacOS
### Windows
## Related Projects
- [FaceRecognition.Net](https://github.com/takuya-takeuchi/FaceRecognitionDotNet)
- Face recognition .NET library uses Dlib.Net
## Usage
Please refer [wiki](https://github.com/takuya-takeuchi/DlibDotNet/wiki)
## Dependencies Libraries and Products
#### [dlib](http://dlib.net/)
> **License:** Boost Software License
>
> **Author:** Davis E. King
>
> **Principal Use:** A toolkit for making real world machine learning and data analysis applications in C++. Main goal of DlibDotNet is what wraps dlib by C#.
#### [giflib](http://giflib.sourceforge.net/)
> **License:** giflib License
>
> **Author:** Eric S. Raymond
>
> **Principal Use:** To read and write gif image file. DlibDotNet.Native links this library.
#### [libjpeg](http://www.ijg.org/)
> **License:** Independent JPEG Group's License
>
> **Author:** Independent JPEG Group
>
> **Principal Use:** To read and write jpeg image file. DlibDotNet.Native is based in part on the work of
the Independent JPEG Group.
#### [libpng](http://libpng.org/pub/png/libpng.html)
> **License:** libpng License
>
> **Author:** Glenn Randers-Pehrson
>
> **Principal Use:** To read and write png image file. DlibDotNet.Native links this library.
#### [zlib](https://zlib.net/)
> **License:** zlib License
>
> **Author:** Jean-loup Gailly and Mark Adler
>
> **Principal Use:** To use libpng and DlibDotNet.Native links this library.