搜索资源列表
Model-Simplifier
- 一个三维模型简化的VC程序。支持tm格式文件,可以对3D模型进行常规的缩放,旋转,平移等等操作,并且可以简化点云数据,简化模型文件。-a program that can open a 3d model and simplify it.
3dtribodymodel
- 人体点云的简化,并实现人体模型的三角化。-Human point cloud simplification, and the realization of the triangular model of the human body.
Surfel_FILE_COMPRESSION
- 针对点云数据局部集中的特点,使用差值预测对点云数据进行预测处理 在预测的同时,根据IEEE2754 浮点数标准,简化浮点数的尾数,使用3. 5 Byte来表示一个浮点数,以提高压缩效果 然后对预测数据中连续重 复的字节使用该字节加该字节重复的次数的方式存储 最后对经过以上处理的数据使用一阶自适应算术编码进 行压缩。最终得到的程序在压缩比和内存占用两个方面远优于WinRAR、WinZip压缩软件-Point cloud data for the characteristics of l
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
jianhua
- 三维店云的简化,在多个点云中需要对店云进行简化,使得后期计算量减少-this is a program of point cloud simplify
example
- 用于点云数据的简化,选出最小包围方格中的重心以达到数据缩减-The minimum bounding box method, used to process point cloud data, solving the point cloud data in virtual grid in the center of gravity, can be used for data reduction
jingjian
- 简化点云数据,使庞大的数据减少,程序有点复杂,新手可以看看。-Simplify the point cloud data, so that a huge reduction in data, the program a bit complicated, the novice can see.
lv_bo
- 基于PCL的点云滤波处理主程序,基于点云库实现,可以进行点云的简化,加速-Based on the PCL point cloud filter processing main program, based on point cloud library implementation, can be point cloud simplification, acceleration
PCL体素栅格滤波器
- 基于PCL的点云滤波中的体素栅格滤波算法,将点云数量过于庞杂的点云文件进行简化但保留其特征,减少后续处理的计算量(PCL VoxelGrid filter)
surface_variation
- 简化点云。从3D点云中,可以为每个点计算它们与切线平面的偏离程度。(Simplify the point cloud. From the 3D point cloud, you can calculate how far they deviate from the tangent plane for each point.)