필터 지우기
필터 지우기

Finding the gravity of blob or amorphous form in picture

조회 수: 1 (최근 30일)
ibleteus
ibleteus 2012년 6월 6일
how can I obtain the exact center point of gravity in picture and in amorphous form?

채택된 답변

Image Analyst
Image Analyst 2012년 6월 6일
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).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Vector Fields에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by