center of gravity calculation from a dfiffraction limited spot

4 views (last 30 days)
I will like to calculate the center of gravity from arrays of spots from a png file. How can I go about it?
  2 Comments
Gift
Gift on 24 Feb 2021
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.

Sign in to comment.

Answers (2)

Bhomik Kankaria
Bhomik Kankaria on 27 Feb 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 Comment
Gift
Gift on 1 Mar 2021
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

Sign in to comment.


darova
darova on 2 Mar 2021
  • 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!