Filter löschen
Filter löschen

find the the gravity

1 Ansicht (letzte 30 Tage)
ibleteus
ibleteus am 28 Sep. 2012
I have amorph shape in my picture, how can i find the gravity and auto draw a rectangular around it of find gravity and the width and height of shape. I used (regionprop (BW,'centroid') to find center but in this section i have problem. first i defined that any z>0 must be calculated, but the result was to strange. i

Akzeptierte Antwort

Image Analyst
Image Analyst am 28 Sep. 2012
Did you run my Image Segmentation Tutorial? http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 All you have to do is replace Centroid by WeightedCentroid and it will give you the center of gravity. Centroid does not do that - it assumes all pixels in the blob are weighted the same (have the same gray level), in other words, it uses only the binary image, not the grayscale image.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by