How to detecting multiple objects
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!!
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
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