Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
Rishi Kiran Shankar
Rishi Kiran Shankar il 22 Lug 2019
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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.

Risposte (1)

Yogesh Khurana
Yogesh Khurana il 29 Lug 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!

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by