Home > .NET, Programming > Edit My Face Recognition Code

Edit My Face Recognition Code

January 5th, 2010

I have an existing face recognition code but the problem is that it checks faces in images for a match 1 at a time. This makes it very slow. I need additions made to my code that will make it faster at detecting faces. I will have a folder of images and it needs to find the matching image out of many images quickly.


Edit My Face Recognition Code

Comments are closed.
Bear