image centroids on 2D plot
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
David Young
el 4 de Mzo. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!