フィルターのクリア

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