Awesome
:warning: DlibDotNet for ARM is not tested yet
DlibDotNet.Extensions
Package | OS | x86 | x64 | ARM | ARM64 | Nuget |
---|---|---|---|---|---|---|
All Architectures | Windows | ✓ | ✓ | - | - | |
Linux | ✓ | ✓ | - | - | ||
OSX | ✓ | ✓ | - | - |
Demo
Linux
<img src="images/linux.gif?raw=true" width="400x300" title="Video Tracking on Ubuntu"/>MacOS
<img src="images/mac.gif?raw=true" width="400x300" title="Video Tracking on MacOS"/>Windows
<img src="images/win.gif?raw=true" width="400x200" title="Video Tracking on Windows"/>Related Projects
- FaceRecognition.Net
- Face recognition .NET library uses DlibDotNet
Usage
Please refer wiki
Dependencies Libraries and Products
dlib
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
License: giflib License
Author: Eric S. Raymond
Principal Use: To read and write gif image file. DlibDotNet.Native links this library.
libjpeg
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
License: libpng License
Author: Glenn Randers-Pehrson
Principal Use: To read and write png image file. DlibDotNet.Native links this library.
zlib
License: zlib License
Author: Jean-loup Gailly and Mark Adler
Principal Use: To use libpng and DlibDotNet.Native links this library.