matlab image processing
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Image Analyst
el 29 de Abr. de 2012
Find the lines, by thresholding or whatever. Then use bwmorph(BW, 'branchpoints');
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!