Classify head shape
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!
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!
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
Asked: 2012-12-24 06:51:24 -0600
Seen: 467 times
Last updated: Dec 24 '12
Haar Cascade detecting only faces(no heads)?
How to use CascadeClassifier with a mask
Why this picture is classified to Upperbody? [closed]
multithreaded cascade classifire
latentSVM vs CascadeClassifier
cascade classifier - very few haar cascades are working?