搜索资源列表

  1. NormFet_WindowsXP_src

    0下载:
  2. 计算点云数据的法向量和局部特征,以备三维重建运用-The normals and features can be computed from a point cloud using the NormFet software
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-29
    • 文件大小:3896320
    • 提供者:张帅
  1. Survey-on-normal-estimation

    1下载:
  2. 三维点云法向量估计综述,由于获取方便、表示简单、灵活等优势,点云逐渐成为常用的三维模型表示方法之一-Point clouds are becoming more and more common for the representation of 3D geometry models because of its advantages over mesh models
  3. 所属分类:OpenGL

    • 发布日期:2024-05-29
    • 文件大小:705536
    • 提供者:丰祥
  1. calcMeshNormals

    0下载:
  2. 用于求取三维点云数据的法向量,我的人脸建模就是用的这个,效果很好,但必须保证点云没有重叠的,否则会出现严重错误。-Strike a 3D point cloud data for normal vectors, and my face is to use this model, the effect is very good, but must ensure that there is no overlap of the point c
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:波才
  1. PCA

    0下载:
  2. 用主成分分析法估计出点云中每点的法向量函数-Principal component analysis method for normal estimation in point cloud
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:lvdan
  1. faxiangliang

    0下载:
  2. 点云三维重建中需要用的法向量计算,能够有效避免法向量不一致的问题,更好进行三维重建。测试有用。-Normal vector calculation point cloud reconstruction in need, and can effectively avoid the problem of inconsistent normals, better three-dimensional reconstruction. Useful
  3. 所属分类:C#编程

    • 发布日期:2024-05-29
    • 文件大小:4330496
    • 提供者:陈霞
  1. L-M(CPP)

    0下载:
  2. L_M非线性算法。根据平面点云数据进行平面拟合,得到平面的法向量,效果很好。-L_M methods.The plane fitting based on the planar point cloud data, get the normal vector of the plane, the effect is very good.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-29
    • 文件大小:12288
    • 提供者:吴刚明
  1. NormalEsimation2

    0下载:
  2. 求点云的法向量和k近邻的求取,可以根据一些需要自己改写,自己建立工程后可以使用-about the normalesimation ,after the debug can be excute in vs
  3. 所属分类:C#编程

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者:lefen
  1. ICP-point-cloud-registration

    0下载:
  2. 三维激光点云配准是点云三维建模的关键问题之一。经典的 ICP 算法对点云初始位置要求较高且配准 效率较低,提出了一种改进的 ICP 点云配准算法。该算法首先利用主成分分析法实现点云的初始配准,获得较好 的点云初始位置,然后在经典 ICP 算法的基础上,采用 k - d tree 结构实现加速搜索,并利用方向向量夹角阈值去除 错误点对,提高算法的效率。实验表明,本算法流程在保证配准精度的前提下,显著提高了配准效率。 -Th
  3. 所属分类:软件工程

    • 发布日期:2024-05-29
    • 文件大小:258048
    • 提供者:zhaotianyang
  1. point3d

    0下载:
  2. 直接运行TestMyCrust.m, 读取点云txt,或者直接加载mat文件 运行需要几分钟,耐心等待 完成后运行trianglenormal.m, 生成三角面片的法向量 运行完成得到tri.txt(组成三角面片的点的编号信息),trinormal.txt(每个三角面片法向量数值),diandian.txt(每个点云信息) 然后将三个数据当做stl_gen.exe的输入文件,得到trisuface.stl文件(run TestM
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-29
    • 文件大小:6520832
    • 提供者:asen
  1. stl_gen

    0下载:
  2. 由点云数据,三角面片法向量 生成3d打印的stl文件(obtain the stl file which used to 3D printing, run from point cloud, normal vector files)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-29
    • 文件大小:5400576
    • 提供者:asen
  1. Normal_estimation

    0下载:
  2. 基于PCL的估算散乱点云的法矢量,并进行颜色渲染显示(estimation of normal vectors for point clouds and color rendering display based on PCL)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-29
    • 文件大小:470016
    • 提供者:依然吧
  1. point_cloud

    2下载:
  2. 用经典的pca k邻域方法估计点云法向量的程序,带有matlab gui,使用matlab 2016b编译运行成功,输入点云最好为列向量的txt文件,gui中内置了点云显示模块以及生成的点云法向量显示,并且可以输出法向量到txt文件中。(The program of estimating point cloud vector with the classical PCA K neighborhood method, with Matla
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1340416
    • 提供者:forest0459
  1. 用主成分分析法估计出点云中每点的法向量函数

    0下载:
  2. 用主成分分析法估计出点云中每点的法向量函数,实现平台为matlab(Principal component analysis is used to estimate the normal vector function of every point in point cloud, and the platform is matlab.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:11264
    • 提供者:weijiaxing0
  1. normnd

    0下载:
  2. matlab代码,可以计算点云中的法向向量,可用于检测点云中的平面等(Calculating normal vectors of point clouds)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:seaffelx
  1. normal

    0下载:
  2. 通过构建四叉树,通过邻域搜索方法计算点云中每个点的法向量并进行展示(By constructing quadtree, the normal vector of each point in the point cloud was calculated and displayed by neighborhood search method)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:13312
    • 提供者:juandu
  1. 基于法向量的点云数据精简算法仿真

    1下载:
  2. 点云数据精简程序简单易懂!matlab算法——计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率(Reduced algorithm of laser measurement data for geometric parameters of ring forgings based on Artificial Immune Algorithm.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:222208
    • 提供者:mreeeee
  1. estimate_normal

    0下载:
  2. 计算点云表面的法线向量(computes the vector normal of surface of the point cloud)
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:诗吟嘎

源码中国 www.ymcn.org