Click here to Skip to main content
15,885,754 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Is it possible to develop an application similar to photofunia.com using C# and asp.net?
Posted
Comments
Member 11950685 14-Feb-16 2:19am    
can i make a "website" which had the functionality of "face detection".?

Any answer of any value, other than a simple 'Yes', would be far too long for a forum like this.

You would be far better off by searching for solutions on the web, trying them out and only asking here where you have specific problems.

So, go on give it a try, you know you want to.

A search on 'c# facial recognition' might give you some pleasant surprises.
 
Share this answer
 
Check this URL, i hope it will help you.

Face Detection in C#[^]

Regards,
Jitendra Zaa
 
Share this answer
 
No, not a chance in hell. I don't know why everyone else missed it, but ASP.NET uses HTML, CSS and Javascript. No chance those things can do what you want. A plug in written using Silverlight would be able to do it, but all ASP.NET would do is host the Silverlight page, it would not really be involved.

And, if you need to ask if it's possible, it's 100% sure that the task is more complex than you're likely to be able to achieve right now.

AspDotNetDev: Sure you can. Have the user upload an image, display it in a canvas (or with SVG), then do some logic for facial detection and morphing. Heck, the canvas/SVG could be avoided with an image generated on the server side (after having been uploaded by the user).
 
Share this answer
 
v2
Comments
AspDotNetDev 5-May-10 2:06am    
Oh, snap, I just noticed I can add comments now. Like I was saying...

Sure you can. Have the user upload an image, display it in a canvas (or with SVG), then do some logic for facial detection and morphing. Heck, the canvas/SVG could be avoided with an image generated on the server side (after having been uploaded by the user).
 
Share this answer
 
Comments
Manfred Rudolf Bihy 27-Dec-11 21:49pm    
Any reason answering an over a year old question?
RaviRanjanKr 28-Dec-11 4:46am    
hey! Manfred usually I don't notice the date before answering any question. actually 'ASV128219' answered earlier than me and then I got it as recent question in Active Tab.
It is possible with Silverlight plugin. Face detection DLL can be downloaded at http://startrinity.com
 
Share this answer
 
Comments
Manfred Rudolf Bihy 27-Dec-11 21:50pm    
Any reason answering an over a year old question?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900