Info

This question is closed. Reopen it to edit or answer.

How can I graph match same object in both the images?

1 view (last 30 days)
Hi,
I have to analyse two images which I have included within this messgae.
In two images there are white spots which are genes. These genes can grow/shrink. They also tend to move in x and y direction. A new gene can also pop up or disappear. You can see that in one image there are 11 spots and second image there are 12 white spots. I have to find the translation of each gene. To find translation I have to graph match the same gene in both the image. I used bwlabeln function but since an extra gene is popping up(6th gene) in second image it isn't working for me. Any suggestion would be appreciable.
Thanks,
Regards,
Rishi.

Answers (1)

Yogesh Khurana
Yogesh Khurana on 29 Jul 2019
bwlabeln is used to label the components within an image. There are several kinds of features that you can try to extract and match between two images for example SIFT, SURF, Harris Corner Detection etc. The Computer Vision System toolbox allows you to extract features and match them using the RANSAC algorithm.
You can refer to following links for more information:
You can also search for SIFT, SURF, Harris corners etc.
Hope this helps!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!