# DlibDotNet **Repository Path**: PXG/DlibDotNet ## Basic Information - **Project Name**: DlibDotNet - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![Alt text](nuget/ml48.png "Dlib.Net") Dlib.Net [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)]() Dlib wrapper written in C++ and C# for Windows, MacOS and Linux |Package|Windows|Linux|MacOSX| |---|---|---|---| |DlibDotNet|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.svg)](https://www.nuget.org/packages/DlibDotNet)|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.svg)](https://www.nuget.org/packages/DlibDotNet)|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.svg)](https://www.nuget.org/packages/DlibDotNet)| |DlibDotNet for CUDA 9.2|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.CUDA92.svg)](https://www.nuget.org/packages/DlibDotNet.CUDA92)|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.CUDA92.svg)](https://www.nuget.org/packages/DlibDotNet.CUDA92)|N/A| |DlibDotNet for CUDA 10.0|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.CUDA100.svg)](https://www.nuget.org/packages/DlibDotNet.CUDA100)|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.CUDA100.svg)](https://www.nuget.org/packages/DlibDotNet.CUDA100)|N/A| |DlibDotNet for CUDA 10.1|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.CUDA101.svg)](https://www.nuget.org/packages/DlibDotNet.CUDA101)|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.CUDA101.svg)](https://www.nuget.org/packages/DlibDotNet.CUDA101)|N/A| |DlibDotNet for Intel MKL|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.MKL.svg)](https://www.nuget.org/packages/DlibDotNet.MKL)|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.MKL.svg)](https://www.nuget.org/packages/DlibDotNet.MKL)|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet.MKL.svg)](https://www.nuget.org/packages/DlibDotNet.MKL)| |DlibDotNet for ARM|N/A|[![NuGet version](https://img.shields.io/nuget/v/DlibDotNet-ARM.svg)](https://www.nuget.org/packages/DlibDotNet-ARM)|N/A| ##### :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.