Click here to Skip to main content
15,921,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: face detection Pin
Christian Graus22-Mar-07 8:34
protectorChristian Graus22-Mar-07 8:34 
GeneralRe: face detection Pin
mannur22-Mar-07 8:57
mannur22-Mar-07 8:57 
GeneralRe: face detection Pin
toxcct22-Mar-07 9:39
toxcct22-Mar-07 9:39 
GeneralRe: face detection Pin
Maximilien22-Mar-07 8:59
Maximilien22-Mar-07 8:59 
GeneralRe: face detection Pin
toxcct22-Mar-07 9:44
toxcct22-Mar-07 9:44 
GeneralRe: face detection Pin
led mike22-Mar-07 9:50
led mike22-Mar-07 9:50 
GeneralRe: face detection Pin
toxcct22-Mar-07 10:04
toxcct22-Mar-07 10:04 
GeneralRe: face detection Pin
agulbays22-Mar-07 21:25
agulbays22-Mar-07 21:25 
Hi, we've learned at school that,

in face detection the color of lips can give a clue to find the face
if you find the position of lips you can use the ratio of the face

in human face there's a symmetry and all parts of the face has an arithmetical ratio to another, this may help you,

but it may not be able to use coz women use lipstick,

may be u can use horizontal and vertical histogram together (intersection of them)

or you may use dynamic quantization to find similar colors together as a label
(i mean labelization, like Photoshop's technique, you touch to a pizel then it draws a closed area)

i think the old replyers are right this is a technical research not a part of code Wink | ;)

you must search for the academic researches Wink | ;)


AnswerRe: face detection Pin
Maximilien22-Mar-07 8:58
Maximilien22-Mar-07 8:58 
AnswerRe: face detection Pin
John R. Shaw22-Mar-07 22:20
John R. Shaw22-Mar-07 22:20 
QuestionHow to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
G Haranadh22-Mar-07 7:55
G Haranadh22-Mar-07 7:55 
AnswerRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
Christian Graus22-Mar-07 8:01
protectorChristian Graus22-Mar-07 8:01 
GeneralRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
G Haranadh22-Mar-07 8:10
G Haranadh22-Mar-07 8:10 
AnswerRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
toxcct22-Mar-07 8:08
toxcct22-Mar-07 8:08 
GeneralRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
Christian Graus22-Mar-07 8:34
protectorChristian Graus22-Mar-07 8:34 
GeneralRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
G Haranadh22-Mar-07 9:12
G Haranadh22-Mar-07 9:12 
GeneralRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
toxcct22-Mar-07 9:16
toxcct22-Mar-07 9:16 
AnswerRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
prasad_som22-Mar-07 18:40
prasad_som22-Mar-07 18:40 
QuestionCompile a project in Unicode Pin
DanYELL22-Mar-07 7:46
DanYELL22-Mar-07 7:46 
AnswerRe: Compile a project in Unicode Pin
Christian Graus22-Mar-07 8:00
protectorChristian Graus22-Mar-07 8:00 
GeneralRe: Compile a project in Unicode Pin
DanYELL22-Mar-07 9:50
DanYELL22-Mar-07 9:50 
GeneralRe: Compile a project in Unicode Pin
John R. Shaw22-Mar-07 22:39
John R. Shaw22-Mar-07 22:39 
Questiondifference between CSocket class and window socket Pin
neha.agarwal2722-Mar-07 7:21
neha.agarwal2722-Mar-07 7:21 
AnswerRe: difference between CSocket class and window socket Pin
David Crow22-Mar-07 7:22
David Crow22-Mar-07 7:22 
QuestionAbstract Class, Socket Programming, JPEG in VC6 Pin
Andy Rama22-Mar-07 7:10
Andy Rama22-Mar-07 7:10 

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.