登录
首页 » C++ » Point-cloud-normal

Point-cloud-normal

于 2020-10-08 发布 文件大小:6470KB
0 181
下载积分: 1 下载次数: 14

代码说明:

  在对散乱点云进行三维重建时,许多算法都需要求点云的法矢并保证所有法矢的方向一致向外。本程序就是对点云数据求法矢和方向调整,包含文件输入输出的完整程序。(Scattered normals strike and reorientation)

文件列表:

法矢求取
........\Debug
........\.....\法矢求取.exe,196096,2016-08-23
........\.....\法矢求取.ilk,872032,2016-08-23
........\.....\法矢求取.pdb,1485824,2016-08-23
........\ipch
........\....\法矢求取-4b7a4411
........\....\.................\法矢求取-b719153b.ipch,26214400,2016-08-23
........\法矢求取
........\........\Debug
........\........\.....\bbf.obj,35000,2016-08-22
........\........\.....\CL.read.1.tlog,109186,2016-08-23
........\........\.....\CL.write.1.tlog,5512,2016-08-23
........\........\.....\KDtree.obj,738787,2016-08-23
........\........\.....\kdtree2.obj,36988,2016-08-22
........\........\.....\kdtree3.obj,438953,2016-08-23
........\........\.....\link.read.1.tlog,11768,2016-08-23
........\........\.....\link.write.1.tlog,1570,2016-08-23
........\........\.....\main.obj,144130,2016-08-23
........\........\.....\minpq.obj,16479,2016-08-22
........\........\.....\mt.read.1.tlog,1198,2016-08-23
........\........\.....\mt.write.1.tlog,454,2016-08-23
........\........\.....\Pointnormal.obj,748969,2016-08-23
........\........\.....\vc100.idb,478208,2016-08-23
........\........\.....\vc100.pdb,446464,2016-08-23
........\........\.....\法矢求取.exe.intermediate.manifest,381,2016-08-23
........\........\.....\法矢求取.lastbuildstate,63,2016-08-23
........\........\.....\法矢求取.log,3380,2016-08-23
........\........\KDtree.cpp,7939,2016-08-19
........\........\KDtree.h,1742,2016-08-19
........\........\main.cpp,424,2016-08-23
........\........\Pointnormal.cpp,10035,2016-08-23
........\........\Pointnormal.h,2035,2016-08-23
........\........\法矢求取.vcxproj,3384,2016-08-23
........\........\法矢求取.vcxproj.filters,1161,2016-08-23
........\........\法矢求取.vcxproj.user,143,2016-08-18
........\法矢求取.sdf,8736768,2016-08-23
........\法矢求取.sln,903,2016-08-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Geometry-distortion-RECOVERY
    图像几何校正,把歪斜的图像校正成正视图。。(Perspective correction)
    2013-05-23 13:26:43下载
    积分:1
  • Matching-neighborhood-difference-
    采用相邻一定距离的邻域图像差,提高了抗干扰能力,对亮度变化不敏感(Matching based on neighborhood difference feature)
    2012-09-21 20:19:26下载
    积分:1
  • dtcwpt
    2-band discrete wavelet transform (DWT) Dual-Tree Complex Wavelet Packet(The 2-band discrete wavelet transform (DWT) provides an octave-band analysis in the frequency domain, but this might not be ‘optimal’ for a given signal. The discrete wavelet packet transform (DWPT) provides a dictionary of bases over which one can search for an optimal representation (without constraining the analysis to an octave-band one) for the signal at hand. However, it is well known that both the DWT and the DWPT are shift-varying. Also, when these transforms are extended to 2-D and higher dimensions using tensor products, they do not provide a geometrically oriented analysis. The dual-tree complex wavelet transform (DT-CWT), introduced by Kingsbury, is approximately shift-invariant and provides directional analysis in 2-D and higher dimensions. In this paper, we propose a method to implement a dual-tree complex wavelet packet transform (DTCWPT), extending the DT-CWT as the DWPT extends the DWT. To find the best complex wavelet packet frame for a given signal, w)
    2009-07-01 06:16:20下载
    积分:1
  • workspace03_PSNR
    说明:  实现峰值信噪比的算法,用于判断图片质量的好坏!十分有用!(Achieve peak signal-to-noise ratio (PSNR) algorithm for judging image quality! Very useful!)
    2019-04-11 09:12:00下载
    积分:1
  • 1
    说明:  光谱分析中的聚类方法和判别方法,包括: 系统聚类、K均值聚类、距离判别、SIMCA法、kNN法等。(Spectroscopy clustering method and discriminant)
    2013-01-08 11:08:57下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • Motion-compensation-for-image-coding
    对于图像运动补偿的编码,老师给的源程序,很好用(Motion compensation for image coding, the teacher to the source, easy to use)
    2020-07-03 01:40:01下载
    积分:1
  • Image_Data1863613112005
    Image Database 2.5.0 (w/ thumbnails)
    2017-01-08 01:43:47下载
    积分:1
  • MODIS_mosaicing
    MODIS图像批量镶嵌拼接方法(IDL/ENVI)(modis mosaic)
    2017-03-07 15:00:03下载
    积分:1
  • whmt1
    基于小波域的隐马尔可夫树模型的图像去噪方法的实现代码。(Based on the Wavelet Domain Hidden Markov Tree Model Image Denoising realize the code.)
    2008-07-24 09:15:59下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载