takuya-takeuchi / FaceRecognitionDotNet

The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
MIT License
1.27k stars 308 forks source link

Face encoding array #93

Closed QuintinSmith334 closed 3 years ago

QuintinSmith334 commented 4 years ago

Hi I Would like to know how do you add the encodings into an array to check against the loaded image tanks

takuya-takeuchi commented 4 years ago

@QuintinSmith334 Sorry. Could you explain more details?

What does loaded image mean? You mean that loaded image is on memory face image data? If so, you can create FaceEncoding data from LoadImage, FaceLocations and FaceEncodings methods.