搜索资源列表
read
- 应用八叉树编码法划分点云邻域空间为多个指定边长的子立方体,保留每个子立方体中距中心点最近的点,实现从空间整体角度对点云的精简。对三维模型数据进行了精简测试,证明了该算法的有效性和实用性。 -Octree encoding application point cloud into space for the neighborhood more than the specified sub-cube side, keep away from each sub-cube in the center o
PtsCompress
- 基于八叉树的三维激光扫描点云数据压缩,根据曲率进行分块压缩。-Point cloud compress based on october
OctreeVis
- vtkOctree交互式构建点云的八叉树结构-construc octree structure for point cloud!
bachashu
- PCL点云,八叉树空间划分,结合VS2010平台-PCL point cloud, octree space division, combined with VS2010 platform
MPUTEST2
- 首先,对输入的点云模型进行八叉树分解。然后,用局部函数对八叉树节点包围球进行拟合。最后,利用加权函数构建全局隐函数,表达整个点云模型代表的曲面。 -First of all, the point cloud model to the input of the octree decomposition. Then, by fitting the octree node bounding sphere with local function. Finally, a global implicit
Octree.08.03.2008
- 八叉树代码,实现最近点查找,内包含点云实例-Octree code to find the nearest point to achieve, and contains the point cloud instances
PCLCode
- PCL课本全章源码的,包含I/O,kd-tree,八叉树,可视化,滤波,深度图像,关键点。采样一致性算法,点云特征描述与提取,点云配准,点云分割,点云曲面重建-the code of book“Point Cloud Library”
source
- 点云数据八叉树搜索方法,为点云数据处理提供基础-Point cloud data octree search method to point cloud data processing provides the basis
Octree
- 用八叉树法对逆向工程得到扫描的三维实体模型图像处理,实现了对大量点云数据进行三维网格构建。-Octree method of reverse engineering can be scanned 3D solid model of image processing, realize the construct 3D mesh of a lot of point cloud data.
mpu_oct
- 实现点云数据的八叉树均等剖分(八叉树,一个立方体等分为八份,并可以持续的细分下去,虽然每个节点都能分出八个叉,但形象,且等分空间,简单容易理解。),并利用MPU实现数据的三角化,可视化等。(MPU, pointcloud, octree)
openTKdemo
- 用OpenTK做的点云浏览程序,使用八叉树管理点云数据,采用视景体切割和显示列表加速,打开常用的LAS格式点云(Using OpenTK to do point cloud browsing program, using octree management point cloud data, using visual cutting and display list acceleration, open the commonly used LAS format point cloud)
BuildOctree
- 为点云数据建立,八叉树结构。可用于点云配准、识别、重建。(Building octree structure for point cloud data)