tags:

views:

1885

answers:

2

Is anyone aware of a good face-recognition library for .NET? I am writing a Facebook client and I'd like to apply face recognition when a user wants to tag an image. Any suggestions will be highly appreciated!

+7  A: 

You could try using OpenCVDotNet:

http://code.google.com/p/opencvdotnet/

OpenCVDotNet is a wrapper over OpenCV (Open Source Computer Vision) which is a library provided by Intel that can be used for Face Recognition amongst other real time "Computer Vision" tasks!

amit-agrawal
A: 

http://sourceforge.net/projects/libface/

RG