当前位置:网站首页>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
边栏推荐
- 作文以记之 ~ 二叉树的后序遍历
- vslam PPT
- flask项目跨域拦截处理以及dbm数据库学习【包头文创网站开发】
- Overview of bus structure
- DOM learning notes - traverse all element nodes of the page
- npm安装yarn
- WordPress love navigation theme 1.1.3 simple atmosphere website navigation source code website navigation source code
- excle加水印
- 作文以记之 ~ 二叉树的前序遍历
- Anonymous type (c Guide Basics)
猜你喜欢
随机推荐
K210学习笔记(二) K210与STM32进行串口通信
Anonymous type (c Guide Basics)
分布式消息中间件框架选型-数字化架构设计(7)
Talk about the basic but not simple stock data
Green apple film and television system source code film and television aggregation film and television navigation film and television on demand website source code
LINQ学习系列-----1.4 匿名对象
监控智能回放是什么,如何使用智能回放查询录像
【学习】从零开始的音视频开发(9)——NuPlayer
synchronized 实现原理
项目上传部分
Multi vision slam
Input / output system
rust 使用tokio的Notify 和timeout实现类似可超时条件变量的效果
What is RPC
Add random attributes to the Li class array objects and sort them
使用JWT生成与解析Token
引用传递1
作文以记之 ~ 二叉树的前序遍历
Online app resource download website source code
匿名類型(C# 指南 基礎知識)