From: Saiful lufias on
"Rob Campbell" <matlab(a)robertREMOVEcampbell.removethis.co.uk> wrote in message <hjqepg$btf$1(a)fred.mathworks.com>...
> "Saiful lufias" <pedang_21(a)yahoo.com> wrote in message <hjq8o6$dav$1(a)fred.mathworks.com>...
> > I want to know from the start on how to use SVM for face detection,how to train data,and after train what should i do,what should the train result look like and then how to use the train data to detect the face on image??
>
> There is code that does this stuff on the file exchange go. You should download it and study it. You're asking a very complicated question which can't be answered on a newsgroup.

sir sorry i'm noob in this...but where can i find file exchange??
From: Steven Lord on

"Saiful lufias" <pedang_21(a)yahoo.com> wrote in message
news:hjr7tm$1e2$1(a)fred.mathworks.com...
> "Rob Campbell" <matlab(a)robertREMOVEcampbell.removethis.co.uk> wrote in
> message <hjqepg$btf$1(a)fred.mathworks.com>...
>> "Saiful lufias" <pedang_21(a)yahoo.com> wrote in message
>> <hjq8o6$dav$1(a)fred.mathworks.com>...
>> > I want to know from the start on how to use SVM for face detection,how
>> > to train data,and after train what should i do,what should the train
>> > result look like and then how to use the train data to detect the face
>> > on image??
>>
>> There is code that does this stuff on the file exchange go. You should
>> download it and study it. You're asking a very complicated question which
>> can't be answered on a newsgroup.
>
> sir sorry i'm noob in this...but where can i find file exchange??

Go to http://www.mathworks.com/
Click on the User Community button near the top of the page.
Click on the File Exchange link on the MATLAB Central page.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: Saiful lufias on
"Saiful lufias" <pedang_21(a)yahoo.com> wrote in message <hjr7tn$1f7$1(a)fred.mathworks.com>...
> "Rob Campbell" <matlab(a)robertREMOVEcampbell.removethis.co.uk> wrote in message <hjqepg$btf$1(a)fred.mathworks.com>...
> > "Saiful lufias" <pedang_21(a)yahoo.com> wrote in message <hjq8o6$dav$1(a)fred.mathworks.com>...
> > > I want to know from the start on how to use SVM for face detection,how to train data,and after train what should i do,what should the train result look like and then how to use the train data to detect the face on image??
> >
> > There is code that does this stuff on the file exchange go. You should download it and study it. You're asking a very complicated question which can't be answered on a newsgroup.
>
> sir sorry i'm noob in this...but where can i find file exchange??


ok now i quite understand a bit on the theory behind svm.Ok let say i got two sample of face and non-face?using svm actually to get the pattern of face rite??it should become f(x) and then how i'm gonna use this f(x) function to do face detection?and to compare between face and non face,which kernel is better?and any suggestion on the simple code should look like...tq sir