Ask Your Question
1

face detection tutorial to detect other objects?

asked 2013-07-10 09:05:16 -0600

asd gravatar image

can you use the face detection tutorial to detect other types of objects?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-07-10 17:40:29 -0600

Yes, you have to train the classifier for the objects you want to detect. See the explanations here or this blog post, or any of the Google results...

Main stages are: getting positive samples (views of the object you want to recognize), getting negative samples (anything else) and train you classifier. Maybe after, you want to boost it with some boosting methods.

edit flag offensive delete link more

Comments

can you i use the base of the fac detection code and simply train a classifer and then switch out the xml file used on face detection?

asd gravatar imageasd ( 2013-07-12 05:40:08 -0600 )edit

Question Tools

Stats

Asked: 2013-07-10 09:05:16 -0600

Seen: 268 times

Last updated: Jul 10 '13