matlab image processing
显示 更早的评论
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
回答(1 个)
Image Analyst
2012-4-29
0 个投票
Find the lines, by thresholding or whatever. Then use bwmorph(BW, 'branchpoints');
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!