
pcl
问童子
Study study and study, day day up.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PCL VTK在Qt窗口显示
.pro片段 PCL_DIR=/usr/local/pcl-1.9.1 VTK_DIR=/usr/local/vtk8.1.1 INCLUDEPATH += \ $${PCL_DIR}/include/pcl-1.9 \ $${VTK_DIR}/include/vtk-8.1 \ /usr/include/eigen3 LIBS += \ /usr/lib/...原创 2019-09-16 10:38:26 · 1537 阅读 · 2 评论 -
qt pcl1.8
发现在win10下pcl1.8在qt中是可以显示,但是pcl1.8确实两个构造函数,因此不能使用QVTKOpenGLWidget了 .h #ifndef PCLVTKWIDGET_H #define PCLVTKWIDGET_H #include <QVTKWidget.h> #include <vtkSmartPointer.h> #include <vtkRen...原创 2019-09-24 00:14:21 · 303 阅读 · 0 评论