Segmentation of interconnected lines
古いコメントを表示
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 件のコメント
Jan
2022 年 11 月 5 日
Please include the images directly instead of letting the readers download them from an external service.
James Ben
2022 年 11 月 5 日
Image Analyst
2022 年 11 月 6 日
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
2022 年 11 月 9 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!