3D重建

时间:2021-02-15 18:05:41
【文件属性】:
文件名称:3D重建
文件大小:114.03MB
文件格式:ZIP
更新时间:2021-02-15 18:05:41
C++ 从2D图片进行3D重建 该项目使用OpenCV SFM模块从多个2D图像中重建对象,并使用PCL来处理点云。 它使用CMAKE进行编译,并且可以运行3个目标: 重建 process_pcl 建造 :hammer_and_wrench_selector: 要构建使用CMake最低要求3.17。 先决条件 OpenCV 4.5.0 谷神蜡1.14.0 PCL 1.11.1 nlohmann / json 3.9.1 在CMakeList.txt中设置自己的OpenCV_DIR,PCL_DIR,Ceres_DIR和nlohmann_json_DIR,例如: /usr/local/Cellar/opencv/4.5.0_2/lib/cmake/opencv4 。 在macOS中,可以使用Homebrew来安装软件包,例如: brew install opencv@4.5.0 用法 :laptop_computer: 重建 该程序显示了使用OpenCV SFM模块和
【文件预览】:
3DReconstruction-master
----imgs()
--------temple()
--------obj()
--------calibration.json(317B)
----reconstruct.cpp(5KB)
----main.cpp(2KB)
----.gitignore(294B)
----CMakeLists.txt(4KB)
----PointClouds()
--------mesh_gp.ply(11.16MB)
--------mesh_gt.ply(2.52MB)
--------mesh_p.ply(8.32MB)
--------cloud.ply(1.68MB)
----process_pcl.cpp(7KB)
----README.md(2KB)

网友评论