搜索资源列表
网趣网上购物系统旗舰版V1.0
- 网趣网上购物系统旗舰版是网趣购物系统平台中的新成员,是继网趣时尚版、Html静态版等程序之后推出的又一力作!旗舰版采用更为流行的模板风格开发完成!产品新颖时尚、风格靓丽出众!旗舰版的推出,旨在打造一套全新的购物系统版本,使之更加适应当今电子商务发展的潮流趋势,满足日益不断壮大的网上开店用户的需求。本旗舰版作为网趣官方的又一强大力作,相信可以带给大家更多的惊喜!凭借着拥有多年的国内电子商务软件开发经验,依托众多用户的鼎力支持,网趣系列软件不断发展壮大,网趣旗舰版作为网趣家族的新成员应运而生
Surfel_FILE_COMPRESSION
- 针对点云数据局部集中的特点,使用差值预测对点云数据进行预测处理 在预测的同时,根据IEEE2754 浮点数标准,简化浮点数的尾数,使用3. 5 Byte来表示一个浮点数,以提高压缩效果 然后对预测数据中连续重 复的字节使用该字节加该字节重复的次数的方式存储 最后对经过以上处理的数据使用一阶自适应算术编码进 行压缩。最终得到的程序在压缩比和内存占用两个方面远优于WinRAR、WinZip压缩软件-Point cloud data for the characteristics of l
pointcloudpeizhun
- 根据标靶的坐标(控制点),运用高斯-约当法进行矩阵的求逆和转换,进行三维点云数据的配准,输入数据文件在压缩包中有原例,请参考!-In accordance with the target coordinates (control points), the use of Gauss- Jordan method of matrix inversion and transformation, three-dimensional point cloud data registration, enter
zip-ebbe9f97a0c9
- 针对las点云数据的压缩算法模块,基于LibLas扩展。-laszip compression library
reduction
- 地面三维激光扫描采集的点云数据压缩,随机压缩方法。-Point cloud compress,random compress
PtsCompress
- 基于八叉树的三维激光扫描点云数据压缩,根据曲率进行分块压缩。-Point cloud compress based on october
las_tools
- 一个非常实用的las文件处理工具,可以实现很多功能,如读写las文件,分类,分块,抽稀,合并,生成边界线,生成DEM,点云高度归一化,数据格式转换,波形数据压缩等-A very useful the las file processing tools, you can achieve a lot of features, such as read and write las file classification block Rarefy merge to generate the bounda
point_cloud_compression
- pcl 源码 点云数据的压缩显示,压缩数据的算法-display pcl source point cloud data compression algorithm to compress data
point_cloud_compression
- 点云数据的压缩。对大量点云数据进行压缩 方便保存-Point cloud data compression. Easy to save a large number of point cloud data compression
crosscode
- 自己编写的C++小程序,十字算法,用到KD树,能够有效进行点云去噪,压缩数据-I have written a small program C++, cross algorithm used in KD tree, the point cloud can be effectively de-noising, compression of data
dianyunyasuo
- 点云压缩 三维显示 数据输出到文本,并实现数据的输出和保存-point cloud
bounding-box-algorithm
- 使用包围盒算法对三维激光点云数据进行压缩,包括完整的代码和测试数据-Use the bounding box algorithm three-dimensional laser point cloud data compression, including a complete code and test data
MyKD_Tree
- KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者-KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners
dianyunyasuoxianshi
- 通过对曲率压缩法的改进 实现电云的压缩 并显示压缩后的点云数据-By compressing method improvement curvature point cloud compression and display the point cloud data compressed
MFC_CloudPoint20160531
- 基于OpenGL的三维点云数据显示,可以选择浏览文件读入点云市局,鼠标点击、拖动和滑动可实现三维图形的旋转和缩放,最大可读入一百万个点,点云数据存在txt文件中,数据格式分别为x、y、z的坐标,具体以压缩文件中的3dcloud.txt为例-OpenGL-based 3D point cloud data show, you can browse the file is read into the point cloud PUC, mouse click, drag and swipe reali
yasuo
- 三维激光点云数据压缩算法,通过先设置压缩率,再随机选点,最后实现数据压缩-Three-dimensional laser point cloud data compression algorithm, by setting the compression rate, and then randomly selected points, and finally to achieve data compression
Automatic posing of a meshed human model
- 我们采用无办法变形质量人体模板的网格从其原来的姿势对点云数据指定不同的姿势。在此方法中,我们首先建立粗模板网格和点云通过压缩的光谱嵌入技术,利用人体四肢之间的对应关系。基于这些对应关系,我们定义使用弹性能量泛函的非刚性配准的目标和应用离散的梯度流,以减少粗控制网格和点云之间的区别。然后可从之后使用均值坐标控制网格的变形变形的模板网格。(We employ a deformable, deformable human body template mesh to specify different
pcd2ply
- 此函数的功能主要是为了实现点云数据文件之间的相互转化,由.ply文件转化为.pcd文件 需要用cmake编译一下才能使用 cmaklists以及源代码已经放在压缩包里了(transfer .ply to .pcd)
点云文件读写工具源码
- 一个非常实用可以处理las文件的工具,实现多种功能,如读写las文件,分类,分块,抽稀和合并,生成边界线,生成DEM,点云高度归一化,数据格式转换和波形数据压缩等。