Thread Subject: facial features extraction

Subject: facial features extraction

From: ouzizo@gmail.com

Date: 15 May, 2009 22:39:45

Message: 1 of 9

guys i am doing a project on a face gender classification, one phase
of the project is detection some features in the face. I already have
the co-ordinates of the two eyes so i donot have to apply face
detection. please can any body help me to find a way to detect
features in the face such as two tips of the mouth, nose..etc???
PLEASE HELP

Subject: facial features extraction

From: ouzizo@gmail.com

Date: 15 May, 2009 22:42:48

Message: 2 of 9

guys i forgot to note that i am using matlab for the project so please
i want to know the method or whatever it is using matlab.
thanks in advance

Subject: facial features extraction

From: Nasser Abbasi

Date: 15 May, 2009 23:12:03

Message: 3 of 9


<ouzizo@gmail.com> wrote in message
news:ac50e2c9-af38-429f-b802-b1dce77aec25@v4g2000vba.googlegroups.com...
> guys i forgot to note that i am using matlab for the project so please
> i want to know the method or whatever it is using matlab.
> thanks in advance

It sounds like you need to look at Principal components analysis ?

doc princomp

google matlab Principal components analysis you'll find source code and web
pages on this

--Nasser

Subject: facial features extraction

From: omar

Date: 15 May, 2009 23:28:02

Message: 4 of 9

"Nasser Abbasi" <nma@12000.org> wrote in message <aFmPl.15718$jZ1.2434@flpi144.ffdc.sbc.com>...
>
> <ouzizo@gmail.com> wrote in message
> news:ac50e2c9-af38-429f-b802-b1dce77aec25@v4g2000vba.googlegroups.com...
> > guys i forgot to note that i am using matlab for the project so please
> > i want to know the method or whatever it is using matlab.
> > thanks in advance
>
> It sounds like you need to look at Principal components analysis ?
>
> doc princomp
>
> google matlab Principal components analysis you'll find source code and web
> pages on this
>
> --Nasser
>

i googled matlab Principal components analysis and i didnt know what has this to do with face feature extraction. i have an image and i want to extract some features from the image.

Subject: facial features extraction

From: Nasser Abbasi

Date: 15 May, 2009 23:36:56

Message: 5 of 9


"omar " <ouzizo@gmail.com> wrote in message
news:guktq2$jf6$1@fred.mathworks.com...
> "Nasser Abbasi" <nma@12000.org> wrote in message
> <aFmPl.15718$jZ1.2434@flpi144.ffdc.sbc.com>...
>>
>> <ouzizo@gmail.com> wrote in message
>> news:ac50e2c9-af38-429f-b802-b1dce77aec25@v4g2000vba.googlegroups.com...
>> > guys i forgot to note that i am using matlab for the project so please
>> > i want to know the method or whatever it is using matlab.
>> > thanks in advance
>>
>> It sounds like you need to look at Principal components analysis ?
>>
>> doc princomp
>>
>> google matlab Principal components analysis you'll find source code and
>> web
>> pages on this
>>
>> --Nasser
>>
>

> i googled matlab Principal components analysis and i didnt know what has
> this to do with face feature extraction. i have an image and i want to
> extract some features from the image.

Well, The SECOND link shown under the above search is page full of matlab
code for face feature extraction:

http://www.cs.ait.ac.th/~mdailey/matlab/

If you just have ONE face, then this might not apply to your problem.

PCA is used if one has many images, and want to extract the most common or
prominant features of all the faces.

It sounds then may be you need to apply edge detection or something similar.

good luck

--Nasser

Subject: facial features extraction

From: Radhika

Date: 7 Jun, 2009 19:59:02

Message: 6 of 9

Thanks Chris. I am trying to do something similar. I need extracted features for analysis in a database. However until now most of the algorithms I have tried have given less than satisfatory results. Do you have suggestions on how I can extract and segment just the eyes and lips?

Thanks
radhika

"Nasser Abbasi" <nma@12000.org> wrote in message <z0nPl.15719$jZ1.1919@flpi144.ffdc.sbc.com>...
>
> "omar " <ouzizo@gmail.com> wrote in message
> news:guktq2$jf6$1@fred.mathworks.com...
> > "Nasser Abbasi" <nma@12000.org> wrote in message
> > <aFmPl.15718$jZ1.2434@flpi144.ffdc.sbc.com>...
> >>
> >> <ouzizo@gmail.com> wrote in message
> >> news:ac50e2c9-af38-429f-b802-b1dce77aec25@v4g2000vba.googlegroups.com...
> >> > guys i forgot to note that i am using matlab for the project so please
> >> > i want to know the method or whatever it is using matlab.
> >> > thanks in advance
> >>
> >> It sounds like you need to look at Principal components analysis ?
> >>
> >> doc princomp
> >>
> >> google matlab Principal components analysis you'll find source code and
> >> web
> >> pages on this
> >>
> >> --Nasser
> >>
> >
>
> > i googled matlab Principal components analysis and i didnt know what has
> > this to do with face feature extraction. i have an image and i want to
> > extract some features from the image.
>
> Well, The SECOND link shown under the above search is page full of matlab
> code for face feature extraction:
>
> http://www.cs.ait.ac.th/~mdailey/matlab/
>
> If you just have ONE face, then this might not apply to your problem.
>
> PCA is used if one has many images, and want to extract the most common or
> prominant features of all the faces.
>
> It sounds then may be you need to apply edge detection or something similar.
>
> good luck
>
> --Nasser
>

Subject: facial features extraction

From: Saiful lufias

Date: 24 Feb, 2010 02:44:06

Message: 7 of 9

"Radhika " <rtibrewal@gmail.com> wrote in message <h0h666$p98$1@fred.mathworks.com>...
> Thanks Chris. I am trying to do something similar. I need extracted features for analysis in a database. However until now most of the algorithms I have tried have given less than satisfatory results. Do you have suggestions on how I can extract and segment just the eyes and lips?
>
> Thanks
> radhika
>
> "Nasser Abbasi" <nma@12000.org> wrote in message <z0nPl.15719$jZ1.1919@flpi144.ffdc.sbc.com>...
> >
> > "omar " <ouzizo@gmail.com> wrote in message
> > news:guktq2$jf6$1@fred.mathworks.com...
> > > "Nasser Abbasi" <nma@12000.org> wrote in message
> > > <aFmPl.15718$jZ1.2434@flpi144.ffdc.sbc.com>...
> > >>
> > >> <ouzizo@gmail.com> wrote in message
> > >> news:ac50e2c9-af38-429f-b802-b1dce77aec25@v4g2000vba.googlegroups.com...
> > >> > guys i forgot to note that i am using matlab for the project so please
> > >> > i want to know the method or whatever it is using matlab.
> > >> > thanks in advance
> > >>
> > >> It sounds like you need to look at Principal components analysis ?
> > >>
> > >> doc princomp
> > >>
> > >> google matlab Principal components analysis you'll find source code and
> > >> web
> > >> pages on this
> > >>
> > >> --Nasser
> > >>
> > >
> >
> > > i googled matlab Principal components analysis and i didnt know what has
> > > this to do with face feature extraction. i have an image and i want to
> > > extract some features from the image.
> >
> > Well, The SECOND link shown under the above search is page full of matlab
> > code for face feature extraction:
> >
> > http://www.cs.ait.ac.th/~mdailey/matlab/
> >
> > If you just have ONE face, then this might not apply to your problem.
> >
> > PCA is used if one has many images, and want to extract the most common or
> > prominant features of all the faces.
> >
> > It sounds then may be you need to apply edge detection or something similar.
> >
> > good luck

beside PCA got any other method that suitable to detect the feature of face in image that got many face???any link of tutorial about that pls???

Subject: facial features extraction

From: hira

Date: 25 Feb, 2010 10:38:04

Message: 8 of 9

"Saiful lufias" <pedang_21@yahoo.com> wrote in message <hm23pm$nnn$1@fred.mathworks.com>...
> "Radhika " <rtibrewal@gmail.com> wrote in message <h0h666$p98$1@fred.mathworks.com>...
> > Thanks Chris. I am trying to do something similar. I need extracted features for analysis in a database. However until now most of the algorithms I have tried have given less than satisfatory results. Do you have suggestions on how I can extract and segment just the eyes and lips?
> >
> > Thanks
> > radhika
> >
> > "Nasser Abbasi" <nma@12000.org> wrote in message <z0nPl.15719$jZ1.1919@flpi144.ffdc.sbc.com>...
> > >
> > > "omar " <ouzizo@gmail.com> wrote in message
> > > news:guktq2$jf6$1@fred.mathworks.com...
> > > > "Nasser Abbasi" <nma@12000.org> wrote in message
> > > > <aFmPl.15718$jZ1.2434@flpi144.ffdc.sbc.com>...
> > > >>
> > > >> <ouzizo@gmail.com> wrote in message
> > > >> news:ac50e2c9-af38-429f-b802-b1dce77aec25@v4g2000vba.googlegroups.com...
> > > >> > guys i forgot to note that i am using matlab for the project so please
> > > >> > i want to know the method or whatever it is using matlab.
> > > >> > thanks in advance
> > > >>
> > > >> It sounds like you need to look at Principal components analysis ?
> > > >>
> > > >> doc princomp
> > > >>
> > > >> google matlab Principal components analysis you'll find source code and
> > > >> web
> > > >> pages on this
> > > >>
> > > >> --Nasser
> > > >>
> > > >
> > >
> > > > i googled matlab Principal components analysis and i didnt know what has
> > > > this to do with face feature extraction. i have an image and i want to
> > > > extract some features from the image.
> > >
> > > Well, The SECOND link shown under the above search is page full of matlab
> > > code for face feature extraction:
> > >
> > > http://www.cs.ait.ac.th/~mdailey/matlab/
> > >
> > > If you just have ONE face, then this might not apply to your problem.
> > >
> > > PCA is used if one has many images, and want to extract the most common or
> > > prominant features of all the faces.
> > >
> > > It sounds then may be you need to apply edge detection or something similar.
> > >
> > > good luck
>
> beside PCA got any other method that suitable to detect the feature of face in image that got many face???any link of tutorial about that pls???


hi;
i also need to get the eye coordinates and the mouth corners. please help me how i could perform it in matlab. if nay one have some code for it or any link please help.

Subject: facial features extraction

From: veena

Date: 24 Jun, 2010 06:42:24

Message: 9 of 9

ouzizo@gmail.com wrote in message <ffb3c486-32aa-45dc-8157-1c2b27e8b991@s31g2000vbp.googlegroups.com>...
> guys i am doing a project on a face gender classification, one phase
> of the project is detection some features in the face. I already have
> the co-ordinates of the two eyes so i donot have to apply face
> detection. please can any body help me to find a way to detect
> features in the face such as two tips of the mouth, nose..etc???
> PLEASE HELP

hi,

i hope ur problem get solved,
i am also working on finding the face fetaures, but not able to get the solution.
Please guide me to find out the coordinates of eyes, nose tip and corners of lip.

If possible, then please provide me your code too.

thanks in advance,

veena

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
detection lip atha lakuary 29 Aug, 2010 06:19:26
fruit features Farie 24 Nov, 2009 03:08:36
features face Sprinceana 22 Jun, 2009 07:44:26
facial features... Sprinceana 22 Jun, 2009 07:44:26
rssFeed for this Thread

Contact us at files@mathworks.com