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일)
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