Detect the face location in a picture of a person [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
How can I detect and select the face in the a photo of a person in a c# windows application?
Are there any existing libraries I can use?

You can try to implement it using AForge ( http://www.aforgenet.com/ ). It's a c# library for computer vision and artificial intelligence. And I found several threads on their forum about face recognition:
http://www.aforgenet.com/forum/viewtopic.php?f=4&t=591
http://www.aforgenet.com/forum/viewtopic.php?f=4&t=1557
http://www.aforgenet.com/forum/viewtopic.php?f=4&t=1317
Also you can use approach from this article - http://www.codeproject.com/KB/audio-video/face_detection.aspx

OpenCV .NET is what you are searching for.
Take a look here:
http://code.google.com/p/opencvdotnet/

You could try a pure C# Face Detection Library
Although there is a OpenCVDotNet to wrapper OpenCV with C# language, it seems very difficult for common users to implement Simple Face Detection/Face Recognition as a simple way.Now you don't need to worry about it, because there is a developer has built a pure C# Face Detection Library.

Related

Sample code or project for Facial Recognition using C#.net without using third party libraries? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want sample code for Facial Recognition using C#.net without using third party libraries.
I want to achieve this using microsoft libraries.
I gone through this link "http://www.codeproject.com/Articles/239849/Multiple-face-detection-and-recognition-in-real-ti" but in that link they have used "Emgu.CV.dll" and some other external OS libraries(DLLs).
I want to know whether these dlls are open source libraries??
How can i achieve this task using microsoft or open source dlls??
Any ideas??
Pls suggest me..
OpenCV Open Source Computer Vision Library is probably what your're looking for.

what is the best way to access youtube data api with c# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm wondering what the best supported way of accessing the youtube data api is with c#?
Are any of the library's up to date? I can quite easily switch to Django or Rails for this app, but thought I would start with C# as it seems that it is referred to in the current docs. However the examples seem inconsistent, so I'd rather just switch to something that works than mess about with this.
And you can get c# examples at https://github.com/youtube/api-samples/tree/master/dotnet
and the library is in https://developers.google.com/api-client-library/dotnet/apis/youtube/v3
Google has a variety of libraries to make this fairly simple:
https://developers.google.com/youtube/v3/libraries
Including this .NET version:
https://code.google.com/p/google-api-dotnet-client/

WebCam Video Recording in MPEG using C# Desktop Application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am developing an application which requires me to connect to webcam and record the video in MPEG format as it is VCD compliant. The application is in WinForms however, WPF solution is also fine. I am not interested in WebBased Flash/Silverlight solutions I am only interested in free or opensource solutions or controls.
Is there such solution available for C#/.NET?
The following 2 open source projects seem to contain the kind of control you are building.
http://www.codeproject.com/Articles/285964/WPF-Webcam-Control
http://easywebcam.codeplex.com/
The best libraries I know are these.
FFMpeg.NET
FFMpeg-Sharp
FFLib.NET
Other than that, you can do "console" operations to get it done.

Social network directed graph library for .NET [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am on a project where I have multiple users of a portal and they are connected to other users of the portal. Now we are asked to draw a “Social Network” relationship graph to see the relationships. The constraint is that this graph has to be seen in the web browser.
The graph has to be something like:
Is there any C# library or component to draw this type of graphs? We have already checked these:
http://flare.prefuse.org/
http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html
.NET graph library around?
http://quickgraph.codeplex.com/
https://graphsharp.codeplex.com/
http://research.microsoft.com/en-us/downloads/f1303e46-965f-401a-87c3-34e1331d32c5/default.aspx
http://sourceforge.net/projects/zedgraph/
But I want to check if you already used some other and your feedback.
I've used Northwoods Go.NET for many years and it has been great.
I've used Microsoft chart it's fine and free !
Maybe you can take a look to graphviz too : http://www.graphviz.org/
It can be expensive but Tom Sawyer Visualization, ActiveX edition is a solution to the problem.
Another great product I just stumbled across with HTML5 (canvas/SVG) support:
http://www.mindfusion.eu/features-netdiagram.html
They also have a pure client-side JavaScript library also with HTML5 support:
http://www.mindfusion.eu/jsdiagram.html

Open source media player [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for an open-source iTunes style media player that I can use as a base for functionality I would like to develop. I am quite keen on Flex/Air, or C# or Java will do for languages.
Does anyone know of any projects?
Banshee uses C# and GTK#. My favorite media player
For AIR, check out Social Media Player
You may check if any of the 10 media centers compared here http://telematicsfreedom.org/en/flossmediacenter might suit your needs.
http://projects.gnome.org/rhythmbox/
Sorry, only C and python.

Categories

Resources