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

how to know face size from FaceEncoding Object? #236

Open LeeBaeng opened 1 year ago

LeeBaeng commented 1 year ago

namespace FaceRecognitionDotNet.FaceEncoding

how to know face size from FaceEncoding Object? or want know location information for find who close from cam.

This doesn't have to be exact. then, it will be decided through the Width and Height of the face. but I don't know what the face size or location information.

when FaceRecognition class encode the data from image, that receive location. but encoding data has no location.