
How can I find the longest chord of a region?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, I am trying to find out the longest chord of a region. Also, I need to find out the chord that is perpendicular to the longest chord of that region. Thanks in advance.
0 件のコメント
採用された回答
Image Analyst
2015 年 1 月 7 日
See my attached demo. In the image below, the red line is the line between the two points in the binary (white) blob that are farthest apart. The magenta line is the line cutting across the blob perpendicular to the longest line. Feel free to adapt it.

2 件のコメント
Image Analyst
2015 年 1 月 7 日
I didn't find any vertical. I just went around to every point finding the distances to every other point using the Pythagorean formula. If you want the vertical extent, you can just subtract the y values of the end points.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!