搜索资源列表
The PhoXo Core Library (PCL) 图像处理库
- The PhoXo Core Library (PCL) 是一套强大的跨平台图像处理库。它的主要特性包括 :* 平台无关代码* 任意区域选取* 几十种图像特效* Undo/Redo支持* 多图层* 进度显示* 直方图* 图像文件读写* 文字渲染 (目前使用WIN32-GDI+, 以后会采用FreeType替代)-The Core Library (PCL) is a powerful, cross-platform image processing library. Its main featu
CPhoXoCoreLibrary
- C++PhoXo Core Library (PCL) 图像处理库 V2.1及示例源码-C++ PhoXo Core Library (PCL) image processing libraries and sample source code V2.1
pcl-0.9.0.tar
- The Point Cloud Library (or PCL) is a large scale, open project for point cloud processing. The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitt
configure-pcl
- 配置点云数据库的说明,汉语的文档 简单易懂-show how to configure the pcl library in chinese doc,very clear and easy
PCL-1.6-sources
- PCL(Point Cloud Library)是在吸收了前人点云相关研究基础上建立起来的大型跨平台开源C++编程库,它实现了大量点云相关的通用算法和高效数据结构,涉及到点云获取、滤波、分割、配准、检索、特征提取、识别、追踪、曲面重建、可视化等。这里是PCL1.6的例子源码-PCL (Point Cloud Library) is on the basis of absorbing the predecessors Point Cloud related research to build a
PCL
- 能够很好的在PCL上显示pcd文件,适合新手-Pcd files can be a good show on the PCL, suitable for beginners
pcl-1.8.0
- PCL 1.8 源码,非常著名的点云处理库,在工业方面有很多应用。-PCL 1.8 source, a very famous point cloud processing library, there are many applications in industry.
pcl-master
- pcl 点云库源码,可编译通过 以下为凑字数(pcl i have no idea how to say it in eng)
GenerateRangeImage
- 利用PCL开源库,从点云中选择视角生成深度图(Generate range image from point cloud using Point Cloud Library)
qt_ndt
- 调用PCL的DNT算法进行点云配准,需要pcl调用库(Call PCL DNT algorithm for point cloud registration, you need PCL call library)
kincet+pcl获取点云
- 利用kinect和PCL点云库,将深度图像转换生成三维点云(Kinect and PCL point cloud libraries are used to convert depth images to generate 3D point clouds)
NARF提取关键点
- 利用点云库PCL的NARF算法提取点云关键点(Using PCL's NARF algorithm to extract point cloud key points)
分割代码
- 本人最近正在研究三维点云库pcl,可以说三位点云图像处理未来的应用前景非常广阔,因此愿意与各位感兴趣的朋友一起探讨.此程序是本人最近最近感兴趣的三维点云分割程序,通过区域增长算法将三维点云实现较好分割。源程序来自POINT CLOUD LIBRARY外文官方网站,运行此程序需提前配置好pcl点云库。(I was recently on the 3D point cloud library PCL, it can be said that the three sites of cloud imag
pcl
- pcl 3d 文件格式转换,点云读取与显示(PCL 3D file format conversion, point cloud reading and display)
keypointDetection
- 点云关键点搜索,根据曲率极值法搜索关键点(PCL:keypoint detection, used for registration and segmentation)
Normal_estimation
- 基于PCL的估算散乱点云的法矢量,并进行颜色渲染显示(estimation of normal vectors for point clouds and color rendering display based on PCL)
pass-through
- 基于PCL的实现点云直通滤波,并显示最后滤波效果图(pass-through filtering for the scattering points and render the results)
compare_pcl_gpucpu-master
- 对比CPU和GPU加速,pcl::cuda的使用教程,利用随机采样一致(RANSAC)去除地平面等例子。(Compare CPU and GPU acceleration, pcl::cuda tutorial, using random sampling consistency (RANSAC) to remove ground plane and other examples.)
PointClouds
- PCL库的C#封装,用于点云的处理,包括点云读取,显示,分割,分类,聚类等(C# wrapper of point cloud library.)
PCL体素栅格滤波器
- 基于PCL的点云滤波中的体素栅格滤波算法,将点云数量过于庞杂的点云文件进行简化但保留其特征,减少后续处理的计算量(PCL VoxelGrid filter)