Effacer les filtres
Effacer les filtres

find the the gravity

1 vue (au cours des 30 derniers jours)
ibleteus
ibleteus le 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

Réponse acceptée

Image Analyst
Image Analyst le 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.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by