Hakentha
Hakentha
i use loadimagefile to get imagedata. Then i use` FaceLocations( )` I get an ienumerable which is a enum with the locations of faces from the image. If i use...
Thank you for ur response, i apreciate it. I use Paralell. I can get 500 image class with LoadImageFile function, in less than 3 seconds. I can get 500 images...
u can change function CompareFaces: in : foreach (var faceEncoding in array) yield return FaceDistance(faceEncoding, faceEncodingToCheck) **
Hi! u can see the library https://github.com/takuya-takeuchi/FaceRecognitionDotNet Ull have many examples!!