Clear Filters
Clear Filters

Finding the gravity of blob or amorphous form in picture

1 view (last 30 days)
how can I obtain the exact center point of gravity in picture and in amorphous form?

Accepted Answer

Image Analyst
Image Analyst on 6 Jun 2012
Use regionprops() in the Image Processing Toolbox. Or just use the regular formula of the sum of the gray levels times the distance divided by the sum of the gray levels (do it in both x and y directions).

More Answers (0)

Categories

Find more on Vector Fields in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!