I have an image that has two centroid. I do not know how to display the coordinate values of each centroid is in the image. hope can help me. thanks
No products are associated with this question.
regionprops(...,'Centroid')
You can use plot() or scatter(). Have you seen my BlobsDemo: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 It finds centroids and plots them over the objects.
0 Comments