Which all the different methods available to find center of an object in an image?

1 visualización (últimos 30 días)
Hi, Pls let me know different methods available to find center of an object in an image. Thanks in advance Rakshi

Respuesta aceptada

Image Analyst
Image Analyst el 2 de Dic. de 2013
regionprops() will return the center of a blob based on just its coordinates as 'Centroid'. It will also return the center of mass which is like the centroid but weighted by the intensity of each pixel in the blob. For that, ask regionprops() for 'WeightedCentroid'.
  6 comentarios
Rakshitha
Rakshitha el 9 de Dic. de 2013
Thanks a lot :) What is the limitation of this method? like the shape of the object on which it can be applied n image quality etc!!
Image Analyst
Image Analyst el 9 de Dic. de 2013
It's a general formula. No limitation. Of course there may be a slight deviation from the "true" mean due to spatial quanitization.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Segmentation and Analysis 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!

Translated by