Borrar filtros
Borrar filtros

Image segmentation from point clouds

8 visualizaciones (últimos 30 días)
Xinyi Li
Xinyi Li el 27 de Ag. de 2021
Comentada: darova el 11 de Sept. de 2021
I have some .ply files that storing 3D triangle meshes describing binary masks in image segmentation. These masks are manually contoured slice-by-slice. Usually they are stored in RS Dicom files. Now I want to read these ply files in MATLAB and convert them back to binary masks or contours. Any related resources or suggestions are appreciated. Thanks!

Respuestas (1)

Sahil Jain
Sahil Jain el 2 de Sept. de 2021
Hi. You can use the "pcread" function to read point clouds from ".ply" files into MATLAB. For more information about point cloud processing in MATLAB, please refer to the "Point Cloud Processing" documentation page.
  1 comentario
Xinyi Li
Xinyi Li el 9 de Sept. de 2021
Thank you for the answer. A following up question is, how do I convert point clouds (representing a shell) to binary masks (representing a volume, enclosed by the shell)?

Iniciar sesión para comentar.

Categorías

Más información sobre Point Cloud Processing 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!

Translated by