matlab image processing
Afficher commentaires plus anciens
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
Réponses (1)
Image Analyst
le 29 Avr 2012
0 votes
Find the lines, by thresholding or whatever. Then use bwmorph(BW, 'branchpoints');
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!