フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I have a image ,Abdomen from side view , you imagin half of the moon , I want to measure distance between tha max point on the peak to one point on the center or bottom of the image,could you please give me suggestion and code??

1 回表示 (過去 30 日間)
Zohreh Tavakkoli
Zohreh Tavakkoli 2013 年 7 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
my image is something like half of the moon

回答 (1 件)

Image Analyst
Image Analyst 2013 年 7 月 21 日
Threshold the image to get a binary image. Then use bwboundaries(). Identify the "peak" as the coordinate with the min or max X (column) value. Then use the Pythagorean theorem.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by