matlab image processing
Ältere Kommentare anzeigen
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
Antworten (1)
Image Analyst
am 29 Apr. 2012
0 Stimmen
Find the lines, by thresholding or whatever. Then use bwmorph(BW, 'branchpoints');
Kategorien
Mehr zu Image Arithmetic finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!