How to detecting multiple objects

asked 2013-06-26 04:04:25 -0600

VoidMee gravatar image

Hello, My problem is to detect multiple object types at the same type. Like classifier for face detection it only detects face at a time. But, I want to know how to detect multiple objects at the same time. Help!!

edit retag flag offensive close merge delete

Comments

1

Hi!

There are many different methods for detecting objects based on Feature Matching, Contours Matching, Machine Learning etc. Selection of a particular method and adapting it to work with multiple instances of the class depends on the application and the type of objects. Please describe the problem in more detail. If there are examples of images of scenes with objects, add them to the description.

Best regards, BeS

BeS gravatar imageBeS ( 2013-06-26 12:56:14 -0600 )edit

Hello, briefly explaining, my problem is to detect hand and I want to detect multiple hand postures. I have heard of HAAR training but doesn't it applied for a single object??. Say, for only one hand posture. If not how can I do with it for multiple hand postures . Also, that detection should be fast. Can you please help me which will be the best method?Hoping your reply soon

Regards

VoidMee gravatar imageVoidMee ( 2013-06-29 05:40:36 -0600 )edit