linux - 有没有用 glut 而不是 VTK 构建的 PCL?

标签 linux arm glut vtk point-cloud-library

我正在多个平台(windows、Linux、ARM Linux、Andoid、ios 和 OS X)上构建 PCL。 VTK 总是让我很难在不同的平台上构建。有没有使用 GLUT 而不是 VTK 的 PCL 构建?

提前致谢。

最佳答案

不,PCLViewer 和相关东西没有 GLUT 版本。但是,如果您可以在没有 pcl_visualization 的情况下生活,那么您可以在没有使用 VTK 的模块的情况下构建 PCL。

关于linux - 有没有用 glut 而不是 VTK 构建的 PCL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24723322/

相关文章:

linux - 内核中的奇怪锁定

c++ - Ubuntu 10.10下运行OpenGL项目报错

linux - shell 脚本 : How to enforce display of previous query if a statement is true?

c++ - C/C++ Linux下的Packet Sniffer

python - 升级默认 python 版本或在 Linux 中安装另一个 python 版本

android - 在 ARM 模拟器上编译以在 Android 手机上使用

linux - shell 使用正则表达式命令替换命令

c - 优化 NEON XOR 实现

c++ - 如何像这样在 OpenGL 中绘制连接的带状线

在 Linux 上使用 GLUT 静态编译的 C++