Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: show videos in web service Pin
Nadia Monalisa9-Mar-09 5:57
Nadia Monalisa9-Mar-09 5:57 
QuestionRe: show videos in web service Pin
Javier Aballay27-Mar-09 3:10
Javier Aballay27-Mar-09 3:10 
QuestionRe: show videos in web service Pin
led mike9-Mar-09 5:58
led mike9-Mar-09 5:58 
QuestionFace Recognition Sample ! Pin
Mohammad Dayyan9-Mar-09 5:43
Mohammad Dayyan9-Mar-09 5:43 
AnswerRe: Face Recognition Sample ! Pin
Colin Angus Mackay9-Mar-09 5:46
Colin Angus Mackay9-Mar-09 5:46 
GeneralRe: Face Recognition Sample ! Pin
Mohammad Dayyan9-Mar-09 6:06
Mohammad Dayyan9-Mar-09 6:06 
AnswerRe: Face Recognition Sample ! Pin
dan!sh 9-Mar-09 5:50
professional dan!sh 9-Mar-09 5:50 
AnswerRe: Face Recognition Sample ! PinPopular
Ravadre9-Mar-09 6:16
Ravadre9-Mar-09 6:16 
Hi,
I was working on that one (in c# actually) for about 6 months. As Colin has pointed out - this is a difficult problem. Many methods have been developed, none works even close to what I would call acceptable Wink | ;) .
Anyway, you have 2 problems:
- Face detection - There is an OpenCV library which works nice with their haar detectors and there is a lightweight library somewhere on net that tracks faces (if you have a video stream) using ANN, combining those two can give you nice results of tracking faces on video. (At least that worked grat for me).
- Face recognition - Here, I would start with articles from universities, but don't expect too much (complete how-to? - no way, method that works almost always? - no way). Good place to start would be IEEE or good old friend Google Smile | :) .
ANN, LBP, Eigenface, Fisherface - good keywords to start searching.
QuestionGet whole content of a frame source from webbrowser Pin
Member 44178929-Mar-09 5:23
Member 44178929-Mar-09 5:23 
AnswerRe: Get whole content of a frame source from webbrowser Pin
Eddy Vluggen9-Mar-09 6:01
professionalEddy Vluggen9-Mar-09 6:01 
GeneralRe: Get whole content of a frame source from webbrowser Pin
Member 44178929-Mar-09 6:34
Member 44178929-Mar-09 6:34 
QuestionSigning a dll using Visual Studio 2008 in Windows Vista Pin
Nadia Monalisa9-Mar-09 5:14
Nadia Monalisa9-Mar-09 5:14 
QuestionDrawing multiple rectangles Pin
preethi_d209-Mar-09 5:13
preethi_d209-Mar-09 5:13 
AnswerRe: Drawing multiple rectangles Pin
dan!sh 9-Mar-09 5:38
professional dan!sh 9-Mar-09 5:38 
AnswerRe: Drawing multiple rectangles Pin
musefan9-Mar-09 5:47
musefan9-Mar-09 5:47 
AnswerRe: Drawing multiple rectangles Pin
Dragonfly_Lee9-Mar-09 20:02
Dragonfly_Lee9-Mar-09 20:02 
QuestionTcpClient with proxy Pin
Johan Martensson9-Mar-09 4:58
Johan Martensson9-Mar-09 4:58 
QuestionBest Practice with saving Passwords Pin
francis-099-Mar-09 4:41
francis-099-Mar-09 4:41 
AnswerRe: Best Practice with saving Passwords Pin
Yusuf9-Mar-09 4:56
Yusuf9-Mar-09 4:56 
AnswerRe: Best Practice with saving Passwords Pin
Eddy Vluggen9-Mar-09 4:57
professionalEddy Vluggen9-Mar-09 4:57 
GeneralRe: Best Practice with saving Passwords Pin
francis-099-Mar-09 7:49
francis-099-Mar-09 7:49 
AnswerRe: Best Practice with saving Passwords Pin
musefan9-Mar-09 5:42
musefan9-Mar-09 5:42 
GeneralRe: Best Practice with saving Passwords Pin
francis-099-Mar-09 7:46
francis-099-Mar-09 7:46 
GeneralRe: Best Practice with saving Passwords Pin
musefan9-Mar-09 8:05
musefan9-Mar-09 8:05 
AnswerRe: Best Practice with saving Passwords Pin
harold aptroot9-Mar-09 5:50
harold aptroot9-Mar-09 5:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.