Findng paths between nodes in binary image
古いコメントを表示
I am trying to find the paths connecting nodes in a binary image as well as node coordinates.
In this context, I call node to pixel connecting 3 or more paths.
I have tried to find functions or easy procedures to get this output.
This procedure is of course depending on the connectivity.
This image with 4-connectivity has been processed by searching for all pixels having 3 or more neighbors (nodes) and then following "step-by-step" each "exit" path.
But the process is a bit combersome.
Is there a Matlab easiest way to do it?
Thanks
2 件のコメント
Lateef Adewale Kareem
2022 年 6 月 5 日
if you know the points coordinates, use delaunay triangulation
Luis Rosety
2022 年 6 月 5 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Geometric Transformation and Image Registration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!