center of gravity calculation from a dfiffraction limited spot

5 次查看(过去 30 天)
I will like to calculate the center of gravity from arrays of spots from a png file. How can I go about it?
  2 个评论
Gift
Gift 2021-2-24
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.

请先登录,再进行评论。

回答(2 个)

Bhomik Kankaria
Bhomik Kankaria 2021-2-27
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 个评论
Gift
Gift 2021-3-1
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

请先登录,再进行评论。


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

Community Treasure Hunt

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

Start Hunting!

Translated by