Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Rishi Kiran Shankar
Rishi Kiran Shankar 2019년 7월 22일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (1개)

Yogesh Khurana
Yogesh Khurana 2019년 7월 29일
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!

Translated by