Ask Your Question
0

multiple ocurrence in image rotation invariant

asked 2014-03-10 16:57:01 -0600

Hi,

I have various template images and one big image with multiple ocurrence of each template in it, but are rotated.

I have tried with SIFT and SURF but only work with one ocurrence of each template and matchTemplate is not rotation invariant.

Please, could you give me any suggestions? Thanks.

edit retag flag offensive close merge delete

Comments

Why SURF/SIFT don't work with more than one occurrence of each template? Can you upload the matching image?

GilLevi gravatar imageGilLevi ( 2014-03-11 09:14:54 -0600 )edit

I am a new user and the forum don't permit answering my own question before of two days. But I try explain the matching image.

The keypoints in the template are associated with some keypoints of the image, but the set of keypoints of template are spliting in all matching in the image and if the number of matching is high in some matching don't exist some association.

diegoroman17 gravatar imagediegoroman17 ( 2014-03-11 10:29:23 -0600 )edit

I have thought to use sliding roi of size of max(template.width, template.height) and apply SIFT/SURF and each iteration (similar to matchingTemplate but with SIFT/SURF), but it is very slow and probably don't work because the size of roi is ever the same.

diegoroman17 gravatar imagediegoroman17 ( 2014-03-11 10:34:18 -0600 )edit

Just to for the record: As a poster, you may edit your own question to add more info / image / code at any time. So you could edit it to show the results.

Doombot gravatar imageDoombot ( 2014-11-14 13:18:02 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-11-14 13:19:02 -0600

Doombot gravatar image

Keypoint matching methods do not support in themselves multiple instances of the object to be detected. Some authors tried to address the issue: http://www.cmu.edu/qolt/Research/publications/2009Pubs/collet_icra09_final.pdf

But I have no code implementation of their method.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-03-10 16:57:01 -0600

Seen: 221 times

Last updated: Nov 14 '14