center of gravity calculation from a dfiffraction limited spot

I will like to calculate the center of gravity from arrays of spots from a png file. How can I go about it?

2 comentarios

Did you try regionprops? Please attach the image
Thank you for your response. No, I did not use regionprops. Kindly find attached the image. If possible,I will also like to get the deviation of the spots.

Iniciar sesión para comentar.

Respuestas (2)

Bhomik Kankaria
Bhomik Kankaria el 27 de Feb. de 2021
Hi,
Center of gravity can be calculated using 'regionprops' function from Image Processing Toolbox. You can use centroid as property name to calculate center of gravity in a image.
To know more about the function regionprops, refer to the link below -

1 comentario

Thank you for yoor rsponse. Please I am new to programming. can you kindly write a code on how it can be done. i.e the COG calculation and the lateral resolution

Iniciar sesión para comentar.

darova
darova el 2 de Mzo. de 2021
  • Try binarize or im2bw to convert image to 0-1 (binary). Experiment with grayscale parameter (see help)
  • use regionprops

Etiquetas

Preguntada:

el 23 de Feb. de 2021

Respondida:

el 2 de Mzo. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by