当前位置:网站首页>tsdf +mvs
tsdf +mvs
2022-04-23 08:55:00 【weixin_ forty-six million three hundred and fifty-three thousan】
open3d
The following errors occur during compilation :
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)
Try installing :
udo apt-get install libc++-7-dev
sudo apt-get install libc++abi-7-dev
PS: Add alicloud source
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
Use cmake Compilation appears 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_ forty-six million three hundred and fifty-three thousan]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230811442891.html
边栏推荐
- Brief steps to build a website / application using flash and H5
- Valgrind and kcache grind use run analysis
- L2-022 rearrange linked list (25 points) (map + structure simulation)
- The K neighbors of each sample are obtained by packet switching
- Go语言自学系列 | golang结构体作为函数参数
- Flink reads MySQL and PgSQL at the same time, and the program will get stuck without logs
- 2021 Li Hongyi's adaptive learning rate of machine learning
- Automatic differentiation and higher order derivative in deep learning framework
- rembg 分割mask
- 基于点云凸包的凹包获取方法
猜你喜欢

计算神经网络推理时间的正确方法

L2-3 romantic silhouette (25 points)

Bk3633 specification
![Flash project cross domain interception and DBM database learning [Baotou cultural and creative website development]](/img/67/1f9df4236b0aac3480836d45ab8561.png)
Flash project cross domain interception and DBM database learning [Baotou cultural and creative website development]

Valgrind and kcache grind use run analysis

Experimental report on analysis of overflow vulnerability of assembly language and reverse engineering stack

Enterprise wechat application authorization / silent login

Notes on 30 steps of introduction to the Internet of things of yangtao electronics STM32 III. cubemx graphical programming and setting the IO port on the development board

BK3633 规格书

Latex paper typesetting operation
随机推荐
企业微信应用授权/静默登录
Test your machine learning pipeline
Flink同时读取mysql与pgsql程序会卡住且没有日志
Latex mathematical formula
MATLAB入门资料
Introduction to GUI programming swing
Yangtao electronic STM32 Internet of things entry 30 step notes IV. engineering compilation and download
Concave hull acquisition method based on convex hull of point cloud
Output first order traversal according to second order and middle order traversal (25 points)
Go language self-study series | golang method
Withholding agent
cadence的工艺角仿真、蒙特卡洛仿真、PSRR
Use of Arthas in JVM tools
Chris LATTNER, father of llvm: the golden age of compilers
Pctp test experience sharing
uni-app和微信小程序中的getCurrentPages()
资源打包关系依赖树
資源打包關系依賴樹
LeetCode_DFS_中等_1254. 统计封闭岛屿的数目
根据后序和中序遍历输出先序遍历 (25 分)