Convert to Point Cloud for PNG Fıle

6 ビュー (過去 30 日間)
Name
Name 2017 年 1 月 26 日
コメント済み: Walter Roberson 2017 年 1 月 26 日
Hello; I should convert to 3d point cloud my dataset (png files) An example :
But in MATLAB I can not convert png file? How thşs solve problem ?
  5 件のコメント
Name
Name 2017 年 1 月 26 日
I used this and I have not a result
ptCloud = pcread('um_000000.png');
pcshow(ptCloud);
Can you give an example for pointCloud() to create pointcloud objects from any xyz Thank you
Walter Roberson
Walter Roberson 2017 年 1 月 26 日
pointCloud(rand(100,3))
Your png file does not contain 3d coordinates. Possibly analyzing the scene might allow you to estimate coordinates.

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

回答 (0 件)

カテゴリ

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