Skip to content

Commit

Permalink
Update open3d pcd read
Browse files Browse the repository at this point in the history
  • Loading branch information
SuKeep authored Jun 2, 2021
1 parent 3873f3d commit 327a379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions open3d pcd read
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
目标检测与位姿估计(十五):将深度图转换为pcd文件 https://blog.csdn.net/qq_37662375/article/details/108351787

注意读取的点云三维坐标和颜色是分开的,分别是points和colors,而且colors中的RGB数据是归一化的,所以要乘以255.

python直接读取
Expand Down

0 comments on commit 327a379

Please sign in to comment.