Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
how to change the order of objects shown in a table using regioncrops
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone,I am having a hard time to compare my images using Matlab. I am trying to compare object characteristics in the table after running regioncrops, but the order of objects from two images are not the same (objects changed the location). Are there any ways to change the order of objects shown in the table after running regioncrops? Thank you.
0 commentaires
Réponses (1)
Darshan Ramakant Bhat
le 18 Jan 2018
When the position of the object is changed, the output 'stats' table will also change. You have to do row wise comparison of two tables in order to match them. That is, compare the first row of first table with the all the rows of the other table (with tolerance may be) and find the matched one. Below answer discusses on how to go about it:
I hope this will help you.
1 commentaire
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!