Skip to content

Generate pointcloud with depth image and then registrate the generated pointcloud with the model pointcloud with ICP

Notifications You must be signed in to change notification settings

DemingWang/Depth2Cloud_ICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depth2Cloud_ICP

环境:

opencv-3.4
pcl-1.8 vtk-8.1

文件目录:

  • build
  • img
    • color_113.png
    • depth_113.png
  • model
    • ape.ply
    • monkey.ply
    • pointcloud.pcd //通过depth_113.png和color_113.png转换得到
  • output pointcloud.pcd
  • src
    • depth2cloud.cpp
    • depth2cloud.m
    • pcl_test.cpp
    • interactive_icp.cpp
  • CMakeLists.txt
  • README.md

=================================================================
Update Logs:

07/05 10:23 :Init

  • depth2cloud : 将深度图转换成点云
  • pcl_test: 测试pcl库是否装好
  • interactive_icp : 利用ICP实现点云配准

About

Generate pointcloud with depth image and then registrate the generated pointcloud with the model pointcloud with ICP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published