Ask Your Question
1

Classify head shape

asked 2012-12-24 06:51:24 -0600

Alexey Gerdiy gravatar image

updated 2012-12-24 10:15:46 -0600

Hello!

I'm using cascade classification to detect a face, but it always has square shape. How can I classify head shape after face detection?

Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-12-24 10:16:22 -0600

updated 2012-12-24 12:02:55 -0600

You can use Fisherfaces for head shape Classification.prepare train & test images then Label your data and save it in CSV file. CSV file format:

filename1;Label1
filename2;Label2
.
.
.
filenameN;LabelN

Manual for classification

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-12-24 06:51:24 -0600

Seen: 444 times

Last updated: Dec 24 '12