Search code examples
c#asp.netface-detection

how to detect multiple faces in images in ASP.net C#?


I am doing project in which i need to check whether image has single face or multiple faces in asp.net

please any one suggest me how to do it..? or any algorithm suggest me..


Solution

  • OpenCV has API to detect faces and some .NET wrappers.