フィルターのクリア

Suggest a program for finding the intersection point of two lines in a skeletonized image.The coordinates of the intersection points has to be returned.

1 回表示 (過去 30 日間)

採用された回答

Image Analyst
Image Analyst 2013 年 1 月 17 日
Try this:
crossings = bwmorph(binaryImage, 'branchpoints');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by