野百合也有春天

导航

06 2013 档案

编译PCL Tutorial文件
摘要:1、PCL Tutorial是使用SPHINX编译而成的。 2、安装Python2.7,从官方网站上下载(Portable Python测试未成功,待研究)。 3、安装setuptools,安装成功会在Scripts目录下找到easy_install.exe。 4、安装pyparsing和doxylink: easy_install pyparsing==1.5.7(必须指定版本,因为pypars... 阅读全文

posted @ 2013-06-18 00:00 flydream 阅读(1025) 评论(0) 推荐(0)

vtk点云数据的显示
摘要:#include "vtkActor.h"#include "vtkRenderer.h"#include "vtkRenderWindow.h"#include "vtkRenderWindowInteractor.h"#include "vtkProperty.h"#include "vtkInteractorStyleTrackballCamera.h"#include "vtkPoints... 阅读全文

posted @ 2013-06-10 20:56 flydream 阅读(8664) 评论(0) 推荐(0)