Segmentation of interconnected lines
Mostrar comentarios más antiguos
Hi!
I'm working on a project that require to segment shapes or features from an image. My actual approach is to first detect all lines with Hough Transform and after try to segment each line by its slope, hower I've tried k-means, DBSCAN, and I didn't get the result that I would like to achieve.
I would like to know if someone can help me with a idea or documentation.
Thank You!

5 comentarios
Jan
el 5 de Nov. de 2022
Please include the images directly instead of letting the readers download them from an external service.
James Ben
el 5 de Nov. de 2022
Image Analyst
el 6 de Nov. de 2022
OK, good but you forgot to include your code. Give us a head start by including your Hough code and clustering code. What sort of clusters would you like? Like horizontal lines and vertical lines? You can do that just with thresholding the slopes vector, but I guess you could use kmeans if you want. I'm not sure dbscan would be appropriate - I can't see that so not sure what the rationale for dbscan was.
James Ben
el 9 de Nov. de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Segmentation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!