Click here to Skip to main content
16,017,502 members
Home / Discussions / C#
   

C#

 
QuestionFile Transfer to palmtop via serial? Pin
Malpass 2k430-Aug-05 21:06
Malpass 2k430-Aug-05 21:06 
QuestionOpening for Tech lead in C#, WIN forms Pin
Anonymous30-Aug-05 21:00
Anonymous30-Aug-05 21:00 
AnswerRe: Opening for Tech lead in C#, WIN forms Pin
Luis Alonso Ramos31-Aug-05 1:41
Luis Alonso Ramos31-Aug-05 1:41 
QuestionMultimedia Pin
Anonymous30-Aug-05 20:50
Anonymous30-Aug-05 20:50 
AnswerRe: Multimedia Pin
Andrew Kirillov30-Aug-05 23:05
Andrew Kirillov30-Aug-05 23:05 
AnswerRe: Multimedia Pin
Lars Niedziolka31-Aug-05 14:38
Lars Niedziolka31-Aug-05 14:38 
QuestionNeed a help for image processing Pin
msmkumar30-Aug-05 20:30
msmkumar30-Aug-05 20:30 
AnswerRe: Need a help for image processing Pin
Andrew Kirillov30-Aug-05 23:17
Andrew Kirillov30-Aug-05 23:17 
Hello

I think that my article "Image Processing Lab in C#" can be a good start for you. Also there is series of article from Christian Graus about image processing.

So, first of all you can try some color filtering techniques to locate face skin regions. It can be done using RGB or HSL color space. There are filters in my lab for it. Or you can try other color spaces to achieve this task.

For eyes localization you can try also some combinations of color filtering. After binarization you can use blob counter/extractor to locate each object (eyes in your case). The idea of blob extractor can be inspired by Connected Component Labeling.

With best regards,
Andrew

GeneralPeople are strange Pin
Andrew Kirillov31-Aug-05 2:45
Andrew Kirillov31-Aug-05 2:45 
GeneralRe: People are strange Pin
msmkumar31-Aug-05 3:03
msmkumar31-Aug-05 3:03 
GeneralRe: Need a help for image processing Pin
msmkumar31-Aug-05 3:00
msmkumar31-Aug-05 3:00 
GeneralRe: Need a help for image processing Pin
Andrew Kirillov31-Aug-05 3:07
Andrew Kirillov31-Aug-05 3:07 
GeneralRe: Need a help for image processing Pin
msmkumar31-Aug-05 3:32
msmkumar31-Aug-05 3:32 
GeneralRe: Need a help for image processing Pin
Andrew Kirillov31-Aug-05 3:37
Andrew Kirillov31-Aug-05 3:37 
GeneralRe: Need a help for image processing Pin
Andrew Kirillov31-Aug-05 3:29
Andrew Kirillov31-Aug-05 3:29 
GeneralRe: Need a help for image processing Pin
msmkumar31-Aug-05 21:19
msmkumar31-Aug-05 21:19 
GeneralRe: Need a help for image processing Pin
Andrew Kirillov31-Aug-05 22:14
Andrew Kirillov31-Aug-05 22:14 
GeneralRe: Need a help for image processing Pin
msmkumar1-Sep-05 20:17
msmkumar1-Sep-05 20:17 
GeneralRe: Need a help for image processing Pin
msmkumar4-Sep-05 17:54
msmkumar4-Sep-05 17:54 
GeneralRe: Need a help for image processing Pin
msmkumar8-Sep-05 21:38
msmkumar8-Sep-05 21:38 
GeneralRe: Need a help for image processing Pin
msmkumar9-Sep-05 18:22
msmkumar9-Sep-05 18:22 
Questionneed help:How to use iconoverlay in C# Pin
rakesh_nits30-Aug-05 19:40
rakesh_nits30-Aug-05 19:40 
QuestionmySQLDriverCS help Pin
binglin30-Aug-05 19:17
binglin30-Aug-05 19:17 
AnswerRe: mySQLDriverCS help Pin
Colin Angus Mackay30-Aug-05 20:25
Colin Angus Mackay30-Aug-05 20:25 
GeneralRe: mySQLDriverCS help Pin
binglin30-Aug-05 21:03
binglin30-Aug-05 21:03 

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.