フィルターのクリア

measuring lenght of straight lines

2 ビュー (過去 30 日間)
Rob
Rob 2012 年 4 月 24 日
Hello, After edge detection to an image I obtain an image with three crossed lines. How can I measure their lenghts in pixel? Thank you in advance for you help. Regards, Katia.

回答 (2 件)

Rick Rosson
Rick Rosson 2012 年 4 月 24 日
>> doc imtool

Image Analyst
Image Analyst 2012 年 4 月 24 日
You can use improfile(), imline(), imtool(), etc. Or use ginput() and hypot(). Or use bwmorph('endpoints') and hypot. Lots of ways depending on how interactive you want to be.

カテゴリ

Help Center および File ExchangeExplore and Edit Images with Image Viewer App についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by