Image segmentation from point clouds

2 ビュー (過去 30 日間)
Xinyi Li
Xinyi Li 2021 年 8 月 27 日
コメント済み: darova 2021 年 9 月 11 日
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!
  1 件のコメント
darova
darova 2021 年 9 月 11 日
Maybe griddata

サインインしてコメントする。

回答 (1 件)

Sahil Jain
Sahil Jain 2021 年 9 月 2 日
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 件のコメント
Xinyi Li
Xinyi Li 2021 年 9 月 9 日
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)?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by