Click here to Skip to main content
15,913,709 members
Home / Discussions / C#
   

C#

 
AnswerRe: Change property´s value description Pin
musefan9-Mar-09 7:53
musefan9-Mar-09 7:53 
GeneralRe: Change property´s value description Pin
Sci_fie9-Mar-09 9:44
Sci_fie9-Mar-09 9:44 
AnswerRe: Change property´s value description Pin
Luc Pattyn9-Mar-09 9:58
sitebuilderLuc Pattyn9-Mar-09 9:58 
GeneralRe: Change property´s value description Pin
Sci_fie10-Mar-09 3:29
Sci_fie10-Mar-09 3:29 
Questionhow do i get to the style resources of a styled button ? Pin
Member 47374939-Mar-09 7:28
Member 47374939-Mar-09 7:28 
QuestionDataGridViewComboBoxCell closes immediately [modified] Pin
eyalbi0079-Mar-09 7:22
eyalbi0079-Mar-09 7:22 
Questionshow videos in web service Pin
Javier Aballay9-Mar-09 5:52
Javier Aballay9-Mar-09 5:52 
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 

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.