matlab image processing

1 view (last 30 days)
ammara AMMARA
ammara AMMARA on 29 Apr 2012
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

Answers (1)

Image Analyst
Image Analyst on 29 Apr 2012
Find the lines, by thresholding or whatever. Then use bwmorph(BW, 'branchpoints');

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!