How to detect more than one object in one image with surf detector

asked 2016-03-14 06:06:53 -0600

floyd gravatar image

in which direction i have to think to solve that problem? with which functions is that may possible? what else do i may need? it is not about face detection. the objects are from the same and if that is solved from different classes.

thanks in advance for any suggestions.

floyd

edit retag flag offensive close merge delete

Comments

surf does not detect objects, only keypoints/features in a scene.

berak gravatar imageberak ( 2016-03-14 08:21:40 -0600 )edit
2

You should look into algorithms for recognition of multiple objects instead of a single object. So instead of using RANSAC implemented in OpenCV try searching for another algorithms that allow multiple objects recognition (for example https://hal.archives-ouvertes.fr/hal-... )

strann gravatar imagestrann ( 2016-03-14 08:46:24 -0600 )edit