image centroids on 2D plot
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have an image which has black spots in it, i have found the centroids of the spots. i want to display the image on a 2D plot so i can know the real coordinates of the centroids. how can i do this part?
2 commentaires
David Young
le 4 Mar 2015
Not sure what you mean by "real coordinates". If you have found the centroids, isn't that the same as knowing their coordinates?
A simple way to combine an image and some plotted data is to use imshow() to display the image, then do "hold on" and use functions such as plot() to superimpose additional information.
Réponses (0)
Voir également
Catégories
En savoir plus sur Annotations 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!