how to calculate the centroid of image ?

1 次查看(过去 30 天)
i have a binary image with size is 11 x 11 pixel. And i calculate the centroids of the image using centroid function in regionprops. The centroid result is 5,6897 and 6,0690. Why the entroid result is not 6 and 6 ? if i think, the centroids of 11 x 11 pixel is 6 and 6 , is that right ? thanks
  3 个评论
Sven
Sven 2016-5-3
Hi Eliz, you will need to include code in order to allow people to help you on this question. You'll notice that my comment's code matches the description of the problem that you have given, but doesn't match the output you are describing.
So I suspect that your image doesn't have all pixels set to ON. Maybe a few pixels here and there are OFF, and that's why the centroid doesn't match [6,6]. If you can show us code that produces your actual output then we can help.
By the way, also consider checking back through your old posts and accept answers that have answered your questions - it helps us know which ones you still want help on.

请先登录,再进行评论。

回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by