Reputation: 553
I want to align image X
against image Y
. Each image contains circles and Hough transform is used to detect them.
Lets assume Hough transform detects different number of circles in image X
and image Y
.
I want to find transformation of image X
(rotation, translation) such that most circles in image X
match some circle in image Y
. Can you tell me how would you proceed?
Upvotes: 0
Views: 86
Reputation: 8617
An approach:
Upvotes: 1