当前位置:网站首页>tsdf +mvs
tsdf +mvs
2022-04-23 08:11:00 【weixin_46353422】
open3d
编译时出现以下报错:
CMake Error at 3rdparty/find_dependencies.cmake:934 (find_library):
Could not find CPPABI_LIBRARY using the following names: c++abi
Call Stack (most recent call first):
CMakeLists.txt:445 (include)
可以尝试安装:
udo apt-get install libc++-7-dev
sudo apt-get install libc++abi-7-dev
PS:添加阿里云源
sudo gedit /etc/apt/sources.list
deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
sudo apt update
MVS_texturing
https://github.com/nmoehrle/mvs-texturing
Dependencies
The code and the build system have the following prerequisites:
- cmake (>= 3.1)
- git
- make
- gcc (>= 5.0.0) or a compatible compiler
- libpng, libjpg, libtiff, libtbb
使用cmake编译出现missing:
Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
sudo apt-get install libjpeg-dev
``
Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
`sudo apt-get install libtiff-dev`
版权声明
本文为[weixin_46353422]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_46353422/article/details/124210464
边栏推荐
猜你喜欢

idea配置连接远程数据库MySQL,或者是Navicat连接远程数据库失败问题(已解决)

AQS & ReentrantLock 实现原理

5.6 comprehensive case - RTU-

The annotation is self-defined by implementing the parameter parser handlermethodargumentresolver interface

Search the complete navigation program source code

synchronized 实现原理

Ansible Automation Operation and Maintenance details (ⅰ) Installation and Deployment, Parameter use, list Management, Profile Parameters and user level ansible operating environment Construction
![[C语言] 文件操作《一》](/img/89/b19dda13d27e37fedf6736c102245b.png)
[C语言] 文件操作《一》

Qt利用QtXlsx操作excel文件

freertos学习02-队列 stream buffer message buffer
随机推荐
okcc呼叫中心外呼系统智能系统需要用多大的盘存录音?
洋桃电子STM32物联网入门30步笔记二、CubeIDE下载、安装、汉化、设置
Qt编译QtXlsx库
npm安装yarn
[explanation] get ora-12838: cannot read / modify an object after modifying it in parallel
LINQ学习系列-----1.4 匿名对象
正点原子携手OneOS直播 OneOS系统教程全面上线
[C语言] 文件操作《一》
关于ORB——SLAM运行中关键帧位置越来越近的异常说明
Asan minimalism
Record: JS several methods to delete one or more items in the array
微信小程序 catchtap=“toDetail“ 事件问题
Generate and parse tokens using JWT
[learning] audio and video development from scratch (9) -- nuplayer
How browser works
idea配置连接远程数据库MySQL,或者是Navicat连接远程数据库失败问题(已解决)
jsp页面编码
Failed to convert a NumPy array to a Tensor(Unsupported Object type int)
如何保护开源项目免遭供应链攻击-安全设计(1)
freertos学习02-队列 stream buffer message buffer