matlab image processing
3 ビュー (過去 30 日間)
古いコメントを表示
I am new to matlab and i require the code to find the intersection point of two straight lines in an image. any help would be greatly appreciated
0 件のコメント
回答 (1 件)
Image Analyst
2012 年 4 月 29 日
Find the lines, by thresholding or whatever. Then use bwmorph(BW, 'branchpoints');
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!