centroid calculation for multiple patches in an image

3 views (last 30 days)
hello i have an experimental image having many bright patches. I want to compute the centroid of each patch. if anybody can help how to compute.

Accepted Answer

Shantanu Dwivedi
Shantanu Dwivedi on 30 Oct 2020
Edited: Shantanu Dwivedi on 30 Oct 2020
Assuming that the bright patches in your image are circular blobs, you can convert the image to black and white first and then find the centroid for each white patch using regionprops’ command.
Refer to the Estimate Center and Radii of Circular Objects and Plot Circles’ section of the following documentation page to get more help.
  5 Comments

Sign in to comment.

More Answers (0)

Products


Release

R2012b

Community Treasure Hunt

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

Start Hunting!