How can I do graph matching?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Rishi Kiran Shankar
le 1 Juil 2019
Commenté : Rishi Kiran Shankar
le 19 Juil 2019
Hi,
I have image which has genes in it. These images are refreshed in every 5 minutes. In this 5 minutes the gene can grow/shrink, move & rotate. A new gene can also pop in the image. Is there any way to graph match between same genes after 5 minutes?
I can't do it becuase the gene changes it size and moves too.
Anyone suggesting function which I can use would be very helpful.
0 commentaires
Réponse acceptée
Dheeraj Singh
le 17 Juil 2019
Hi,
I understand that you are representing every gene as a graph and want to compare two genes after the image gets updated.
Plus de réponses (1)
Steven Lord
le 17 Juil 2019
It sounds like you're not working with a network graph object but with a series of images. If so something more along the lines of the Tracking and Motion Estimation examples in Computer Vision Toolbox may be a better fit for what you're trying to do than the isisomorphic function and a graph object. The "Tracking Pedestrians from a Moving Car" example even talks about how to handle lost or new tracks, which handles among other things people leaving or entering the frame. That sounds similar to your goal.
0 commentaires
Voir également
Catégories
En savoir plus sur Display Image dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!