Identifying Boundary Nodes in a Point Cloud
76 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Finlay Price
el 22 de Nov. de 2024 a las 16:17
Comentada: Image Analyst
el 23 de Nov. de 2024 a las 15:31
I have 2 point clouds which represent the nodes of 2 3D separate lattices. There is a small gap between the lattices where they don't join together correctly. The boundary face closest to the other body is jagged. I want to identify these bounadry nodes so I can connect them and join my lattices (but the joining part is something I can do in external softwares). Does anyone have any suggestions on how I could go about identifying these boudary nodes? I have tried using the "boundary" function but I am trying with a criteria for identifying the nodes. Any help would be greatly appreciated. I have attached a picture of the nodes for reference.
4 comentarios
Image Analyst
el 23 de Nov. de 2024 a las 15:31
And did the suggestions of pdist2 or knnsearch not work? I've seen other people use them for that situation.
Respuestas (3)
Walter Roberson
el 22 de Nov. de 2024 a las 23:21
Your red nodes are sometimes immediately adjacent to your blue nodes. There is no way you will be automatically able to differentiate the nodes -- not unless there is some attached property that can tell them apart (such as color or reflectivity or infrared emission.)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!