搜索资源列表
dianyunsanjiaohua.rar
- 空间点云的三角化,已通过调试,大家共同学习,Point cloud of the triangular space, and have passed testing, we learn together
强大的人脸识别程序
- 强大的人脸识别程序,三维点云重建,不保留了 上传加人品。对毕业课设有很大帮助的。-Robust face recognition program, three-dimensional point cloud reconstruction, plus character is not retained upload a.
OpenGLpointclouds
- OpenGL环境下点云模型的显示变换,介绍一种标准的3D点云模型OBJ文件的特点和基本结构,在VC++6.0平台下结合OpenGL完成了OBJ格式文件的读取和点云模型的三维显示、旋转、平移、缩放变换功能.实验结果表明,利用OpenGL开发的程序可以高效实时地实现点云的各种操作.-OpenGL environment, the display of point cloud model of transformation to introduce a standard 3D point cloud
3dtribodymodel
- 人体点云的简化,并实现人体模型的三角化。-Human point cloud simplification, and the realization of the triangular model of the human body.
PoissonRecon
- poisson表面重建的代码,可以由点云数据生成曲面-poisson surface reconstruction of the code, you can generate surfaces from point cloud data
points_and_triangles_operation
- 里面包扩点云模型的各种操作,以及三角网格的各种操作。非常经典哦!-Inside the package extended to a variety of point cloud model of operation, as well as the triangular mesh the various operations. Oh, very classic!
KeyandMouseControl
- opengl下的点云显示 及鼠标键盘模型操作-opengl under the point cloud model shows the keyboard and mouse operation
sqrt3subdiv
- 此代码主要用于汽车车身的优化,可以简化点云,获得较好的优化。-This code mainly is used in ehicle body,it can simply the pionts,so we can receive very good results
MeshCut
- 国外源码,经典的点云简化,可以对三维模型进行简化处理-Foreign source, the classic point cloud simplification, three-dimensional model can be simplified
orsPointCloud
- 激光点云处理的一些源代码。包含激光点云的一些基本算法。-laser point cloud
zip-ebbe9f97a0c9
- 针对las点云数据的压缩算法模块,基于LibLas扩展。-laszip compression library
Search
- 进行点云数据处理是需要进行中邻域搜索算法,上传的是K邻域搜索算法-For point cloud data processing is needed in the neighborhood search algorithm, upload the K neighborhood search algorithm
ResearchontheProcessingofNon-contactedThree-dimens
- :讨论了非接触三维扫描测量数据处理中的噪声点剔除、失真点的查找、数据精简和平滑处 理以及点云数据的拼合对齐等诸多问题,并通过一个简单的实例介绍了非接触三维扫描测量数 据的处理技巧.-This paper discusses several problems in non-contacted three- dimensional scanning measurement data processing , such as noise points deleting , distorti
tetgen1.4.3
- 外国人写关于计算机图形学的源码,对三维点云进行构网,程序是经优化后得到完善结果-Foreigner on the source computer graphics, three-dimensional point cloud of the network structure, the program is to improve the results obtained by the optimization
1
- 多站拼接后三维激光扫描点云的消冗处理,多站拼接后三维激光扫描点云的消冗处理-After more than three-dimensional laser scanning station splicing point cloud processing eliminate redundant, multi-dimensional laser scanning station splicing eliminate redundant processing point cloud
LidarSeq
- 点云分割的函数文件,适合于lidar点云数据,具有很强大的点云处理功能-Point cloud segmentation function file, suitable for lidar point cloud data, with a very powerful point cloud processing
分割代码
- 本人最近正在研究三维点云库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
pointnet-master
- 用pointnet算法进行点云分割,识别(Point cloud segmentation and recognition using pointnet algorithm)
三维点云分割
- 通过java实现对三维点云进行分割,包括三种方法:基于法向量的、基于区域的、基于聚类的