Info
Version: | 1.3.0.7 |
Author(s): | Takuya Takeuchi |
Last Update: | Friday, July 29, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/takuya-takeuchi/FaceRecognitionDotNet |
NuGet Url: | https://www.nuget.org/packages/FaceRecognitionDotNet |
Install
Install-Package FaceRecognitionDotNet
dotnet add package FaceRecognitionDotNet
paket add FaceRecognitionDotNet
FaceRecognitionDotNet Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Drawing.Common(>= 4.7.0)
- DlibDotNet(>= 19.18.0.20200525)
- DlibDotNet(>= 19.18.0.20200525)
Tags
This library is ported from https://github.com/ageitgey/face_recognition by C#.