Facial recognition is still a very open question, but a good starting point for comprehensive computer vision solutions is OpenCV. I would suggest reading a few papers, a good one to start with (easy to understand and implement) is Eigenfaces, which has a good Wikipedia page. Naturally, you could implement Eigenfaces with Vision.NET and a good mathematics package, if you wanted. Hope this helps!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Where's the best place to start looking in the code if one were interested in researching facial recognition?
Facial recognition is still a very open question, but a good starting point for comprehensive computer vision solutions is OpenCV. I would suggest reading a few papers, a good one to start with (easy to understand and implement) is Eigenfaces, which has a good Wikipedia page. Naturally, you could implement Eigenfaces with Vision.NET and a good mathematics package, if you wanted. Hope this helps!
The direction you've provided will help a lot. Thank you, and for the quick response.